Home
last modified time | relevance | path

Searched refs:vbat_internal_module_supply_t (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_vbat/
Dfsl_vbat.h340 } vbat_internal_module_supply_t; typedef
952 …e void VBAT_SwitchVBATModuleSupplyActiveMode(VBAT_Type *base, vbat_internal_module_supply_t supply) in VBAT_SwitchVBATModuleSupplyActiveMode()
973 static inline vbat_internal_module_supply_t VBAT_GetVBATModuleSupply(VBAT_Type *base) in VBAT_GetVBATModuleSupply()
975 return (vbat_internal_module_supply_t)(uint8_t)(base->SWICTLA & VBAT_SWICTLA_SWI_EN_MASK); in VBAT_GetVBATModuleSupply()
987 …void VBAT_SwitchVBATModuleSupplyLowPowerMode(VBAT_Type *base, vbat_internal_module_supply_t supply) in VBAT_SwitchVBATModuleSupplyLowPowerMode()