53 uint8_t enableValue = (uint8_t)(enable ? 1U : 0U);
58 regValue = baseAddr->
LVDSC1;
61 baseAddr->
LVDSC1 = regValue;
64 regValue = baseAddr->
LVDSC2;
67 baseAddr->
LVDSC2 = regValue;
91 regValue = (uint8_t)baseAddr->
LVDSC1;
94 baseAddr->
LVDSC1 = (uint8_t)regValue;
97 regValue = (uint8_t)baseAddr->
LVDSC2;
100 baseAddr->
LVDSC2 = (uint8_t)regValue;
125 regValue = baseAddr->
LVDSC1;
129 regValue = baseAddr->
LVDSC2;
136 flag = (regValue == 0U) ?
false :
true;
#define PMC_LVDSC2_LVWACK(x)
pmc_int_select_t
Power management control interrupts Implements pmc_int_select_t_Class.
#define PMC_LVDSC2_LVWACK_MASK
void PMC_HAL_SetLowVoltIntAckCmd(PMC_Type *const baseAddr, const pmc_int_select_t intSelect)
Acknowledges the low voltage-related interrupts.
#define PMC_LVDSC2_LVWF_MASK
#define PMC_LVDSC1_LVDIE_MASK
#define PMC_LVDSC2_LVWIE_MASK
#define PMC_LVDSC1_LVDF_SHIFT
#define PMC_LVDSC2_LVWF_SHIFT
#define PMC_LVDSC1_LVDIE(x)
#define PMC_LVDSC1_LVDACK(x)
void PMC_HAL_SetLowVoltIntCmd(PMC_Type *const baseAddr, const pmc_int_select_t intSelect, const bool enable)
Enables/Disables the low voltage-related interrupts.
#define PMC_LVDSC1_LVDF_MASK
bool PMC_HAL_GetLowVoltIntFlag(const PMC_Type *const baseAddr, const pmc_int_select_t intSelect)
Gets the flag for the low voltage-related interrupts.
#define PMC_LVDSC2_LVWIE(x)
#define PMC_LVDSC1_LVDACK_MASK