|  |  | 
PowerCC26X2_ModuleState. More...
#include <PowerCC26X2.h>
| Data Fields | |
| List_List | notifyList | 
| uint32_t | constraintMask | 
| ClockP_Struct | clockObj | 
| ClockP_Struct | xoscClockObj | 
| ClockP_Struct | lfClockObj | 
| ClockP_Struct | calClockStruct | 
| HwiP_Struct | hwiStruct | 
| int32_t | nDeltaFreqCurr | 
| int32_t | nCtrimCurr | 
| int32_t | nCtrimFractCurr | 
| int32_t | nCtrimNew | 
| int32_t | nCtrimFractNew | 
| int32_t | nRtrimNew | 
| int32_t | nRtrimCurr | 
| int32_t | nDeltaFreqNew | 
| bool | bRefine | 
| uint32_t | state | 
| bool | xoscPending | 
| bool | calLF | 
| uint8_t | hwiState | 
| bool | busyCal | 
| uint8_t | calStep | 
| bool | firstLF | 
| bool | enablePolicy | 
| bool | initialized | 
| uint8_t | constraintCounts [PowerCC26X2_NUMCONSTRAINTS] | 
| uint8_t | resourceCounts [PowerCC26X2_NUMRESOURCES] | 
| unsigned int(* | resourceHandlers [3])(unsigned int) | 
| Power_PolicyFxn | policyFxn | 
Power manager state structure. The application must not access any members of this structure!
| List_List PowerCC26X2_ModuleState::notifyList | 
Event notification list
| uint32_t PowerCC26X2_ModuleState::constraintMask | 
Aggregate constraints mask
| ClockP_Struct PowerCC26X2_ModuleState::clockObj | 
Clock object for scheduling wakeups
| ClockP_Struct PowerCC26X2_ModuleState::xoscClockObj | 
Clock object for XOSC_HF switching
| ClockP_Struct PowerCC26X2_ModuleState::lfClockObj | 
Clock object for LF clock checking
| ClockP_Struct PowerCC26X2_ModuleState::calClockStruct | 
Clock object for RCOSC calibration
| HwiP_Struct PowerCC26X2_ModuleState::hwiStruct | 
Hwi object for RCOSC calibration
| int32_t PowerCC26X2_ModuleState::nDeltaFreqCurr | 
RCOSC calibration variable
| int32_t PowerCC26X2_ModuleState::nCtrimCurr | 
RCOSC calibration variable
| int32_t PowerCC26X2_ModuleState::nCtrimFractCurr | 
RCOSC calibration variable
| int32_t PowerCC26X2_ModuleState::nCtrimNew | 
RCOSC calibration variable
| int32_t PowerCC26X2_ModuleState::nCtrimFractNew | 
RCOSC calibration variable
| int32_t PowerCC26X2_ModuleState::nRtrimNew | 
RCOSC calibration variable
| int32_t PowerCC26X2_ModuleState::nRtrimCurr | 
RCOSC calibration variable
| int32_t PowerCC26X2_ModuleState::nDeltaFreqNew | 
RCOSC calibration variable
| bool PowerCC26X2_ModuleState::bRefine | 
RCOSC calibration variable
| uint32_t PowerCC26X2_ModuleState::state | 
Current transition state
| bool PowerCC26X2_ModuleState::xoscPending | 
Is XOSC_HF activation in progress?
| bool PowerCC26X2_ModuleState::calLF | 
Calibrate RCOSC_LF?
| uint8_t PowerCC26X2_ModuleState::hwiState | 
The AUX ISR calibration state
| bool PowerCC26X2_ModuleState::busyCal | 
Already busy calibrating?
| uint8_t PowerCC26X2_ModuleState::calStep | 
The current calibration step
| bool PowerCC26X2_ModuleState::firstLF | 
Is this the first LF calibration?
| bool PowerCC26X2_ModuleState::enablePolicy | 
Is the Power policy enabled?
| bool PowerCC26X2_ModuleState::initialized | 
Has Power_init() been called?
| uint8_t PowerCC26X2_ModuleState::constraintCounts[PowerCC26X2_NUMCONSTRAINTS] | 
Array to maintain constraint reference counts
| uint8_t PowerCC26X2_ModuleState::resourceCounts[PowerCC26X2_NUMRESOURCES] | 
Array to maintain resource dependency reference counts
| unsigned int(* PowerCC26X2_ModuleState::resourceHandlers[3])(unsigned int) | 
Array of special dependency handler functions
| Power_PolicyFxn PowerCC26X2_ModuleState::policyFxn | 
The Power policy function