Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/nxp/lpcxpresso55s69/Native_Driver/drivers/
Dfsl_power.c307 static void lf_get_deepsleep_core_supply_cfg(uint32_t exclude_from_pd, uint32_t *dcdc_voltage);
422 void POWER_EnterDeepSleep(uint32_t exclude_from_pd, in POWER_EnterDeepSleep() argument
440 lf_get_deepsleep_core_supply_cfg(exclude_from_pd, &dcdc_voltage); in POWER_EnterDeepSleep()
442 if (((exclude_from_pd & (uint32_t)kPDRUNCFG_PD_USB1_PHY) != 0UL) && in POWER_EnterDeepSleep()
443 ((exclude_from_pd & (uint32_t)kPDRUNCFG_PD_LDOUSBHS) != 0UL)) in POWER_EnterDeepSleep()
447 exclude_from_pd = exclude_from_pd | (uint32_t)kPDRUNCFG_PD_LDOFLASHNV; in POWER_EnterDeepSleep()
452 …lv_low_power_mode_cfg.PDCTRL0 = (~exclude_from_pd & ~(uint32_t)kPDRUNCFG_PD_DCDC & ~(uint32_t)kPDR… in POWER_EnterDeepSleep()
509 void POWER_EnterPowerDown(uint32_t exclude_from_pd, in POWER_EnterPowerDown() argument
532 …lv_low_power_mode_cfg.PDCTRL0 = (~exclude_from_pd) | (uint32_t)kPDRUNCFG_PD_BODVBAT | (uint32_t)kP… in POWER_EnterPowerDown()
634 void POWER_EnterDeepPowerDown(uint32_t exclude_from_pd, in POWER_EnterDeepPowerDown() argument
[all …]
Dfsl_power.h471 void POWER_EnterDeepSleep(uint32_t exclude_from_pd,
499 void POWER_EnterPowerDown(uint32_t exclude_from_pd,
522 void POWER_EnterDeepPowerDown(uint32_t exclude_from_pd,