Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550.c26 #define PF1550_REGULATOR_CTRL_STBY_EN_MASK (0x02U) macro
657 (void)PF1550_ModifyReg(handle, regulatorCtrlRegAddr, PF1550_REGULATOR_CTRL_STBY_EN_MASK, in PF1550_EnableRegulator()
658 (enable ? PF1550_REGULATOR_CTRL_STBY_EN_MASK : 0x0U)); in PF1550_EnableRegulator()
706 … result = ((regulatorCtrlRegContent & PF1550_REGULATOR_CTRL_STBY_EN_MASK) != 0U) ? true : false; in PF1550_IsRegulatorEnabled()