Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf3000/
Dfsl_pf3000.c86 #define PF3000_LDO_ENABLE_MASK (0x10U) macro
908 PF3000_ModifyReg(handle, regulatorCtrlRegAddr, PF3000_LDO_ENABLE_MASK, in PF3000_EnableRegulator()
909 (enable ? PF3000_LDO_ENABLE_MASK : 0x0U)); in PF3000_EnableRegulator()
955 result = (regulatorCtrlRegContent & PF3000_LDO_ENABLE_MASK) ? true : false; in PF3000_IsRegulatorEnabled()