Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550.c681 uint8_t regulatorCtrlRegContent = 0U; in PF1550_IsRegulatorEnabled() local
697 (void)PF1550_ReadReg(handle, regulatorCtrlRegAddr, &regulatorCtrlRegContent); in PF1550_IsRegulatorEnabled()
702 … result = ((regulatorCtrlRegContent & PF1550_REGULATOR_CTRL_EN_MASK) != 0U) ? true : false; in PF1550_IsRegulatorEnabled()
706 … result = ((regulatorCtrlRegContent & PF1550_REGULATOR_CTRL_STBY_EN_MASK) != 0U) ? true : false; in PF1550_IsRegulatorEnabled()
710 … result = ((regulatorCtrlRegContent & PF1550_REGULATOR_CTRL_OMODE_MASK) != 0U) ? true : false; in PF1550_IsRegulatorEnabled()
714 result = ((regulatorCtrlRegContent & PF1550_REGULATOR_CTRL_SYSON_EN_MASK) == in PF1550_IsRegulatorEnabled()
/hal_nxp-latest/mcux/mcux-sdk/components/pf3000/
Dfsl_pf3000.c933 uint8_t regulatorCtrlRegContent; in PF3000_IsRegulatorEnabled() local
953 PF3000_ReadReg(handle, regulatorCtrlRegAddr, &regulatorCtrlRegContent); in PF3000_IsRegulatorEnabled()
955 result = (regulatorCtrlRegContent & PF3000_LDO_ENABLE_MASK) ? true : false; in PF3000_IsRegulatorEnabled()
962 PF3000_ReadReg(handle, regulatorCtrlRegAddr, &regulatorCtrlRegContent); in PF3000_IsRegulatorEnabled()
964 result = (regulatorCtrlRegContent & PF3000_VREFDDR_SUPPLY_ENABLE_MASK) ? true : false; in PF3000_IsRegulatorEnabled()