![]() |
![]() |
Global configuration structure. More...
#include <PowerCC26XX.h>
Data Fields | |
| Power_PolicyInitFxn | policyInitFxn |
| The Power Policy's initialization function. More... | |
| Power_PolicyFxn | policyFxn |
| The Power Policy function. More... | |
| bool(* | calibrateFxn )(unsigned int) |
| The function to be used for activating RC Oscillator (RCOSC) calibration. More... | |
| uint32_t | maxStandbyDuration |
| Time in system ticks that specifies the maximum duration the device may spend in standby. More... | |
| uint16_t | vddrRechargeMargin |
| Margin in SCLK_LF periods subtracted from previous longest VDDR recharge period. More... | |
| bool | enableMaxStandbyDuration |
| Boolean that enables limiting the duration spent in standby. More... | |
| bool | enablePolicy |
| Boolean specifying if the Power Policy function is enabled. More... | |
| bool | calibrateRCOSC_LF |
| Boolean specifying whether the low frequency RC oscillator (RCOSC_LF) should be calibrated. More... | |