140 pwr->
LPMCR0 |= lowPowerMode;
159 pwr->
LPMCR0 |= numClkCycles;
#define DISABLE_PROTECTED_REGISTER_WRITE_MODE
Define to disable protected register writes.
volatile uint16_t BORCFG
BOR (Brown Out Reset) Configuration Register.
void PWR_disableWatchDogInt(PWR_Handle pwrHandle)
Disables the watchdog interrupt.
Defines the power (PWR) object.
#define PWR_LPMCR0_QUALSTDBY_BITS
Defines the location of the QUALSTDBY bits in the LPMCR0 register.
#define PWR_LPMCR0_LPM_BITS
Defines the location of the LPM bits in the LPMCR0 register.
PWR_Handle PWR_init(void *pMemory, const size_t numBytes)
Initializes the power (PWR) object handle.
PWR_LowPowerMode_e
Enumeration to define the power (PWR) low power modes.
void PWR_setLowPowerMode(PWR_Handle pwrHandle, const PWR_LowPowerMode_e lowPowerMode)
Sets the low power mode.
#define ENABLE_PROTECTED_REGISTER_WRITE_MODE
Define to allow protected register writes.
void PWR_setNumStandByClocks(PWR_Handle pwrHandle, const PWR_NumStandByClocks_e numClkCycles)
Sets the number of standby clock cycles.
#define PWR_BORCFG_BORENZ_BITS
Defines the location of the BORENZ bits in the BORCFG register.
PWR_NumStandByClocks_e
Enumeration to define the power (PWR) number of standby clock cycles.
#define PWR_LPMCR0_WDINTE_BITS
Defines the location of the WDINTE bits in the LPMCR0 register.
struct _PWR_Obj_ * PWR_Handle
Defines the power (PWR) handle.
void PWR_enableWatchDogInt(PWR_Handle pwrHandle)
Enables the watchdog interrupt.
void PWR_disableBrownOutReset(PWR_Handle pwrHandle)
Disables the brownout reset functions.
Contains public interface to various functions related to the power (PWR) object. ...
void PWR_enableBrownOutReset(PWR_Handle pwrHandle)
Enables the brownout reset functions.