Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/
Dfwk_platform_lowpower.c50 static status_t PLATFORM_LowPowerCallback(pm_event_type_t eventType, uint8_t powerState, void *data…
230 static status_t PLATFORM_LowPowerCallback(pm_event_type_t eventType, uint8_t powerState, void *data) in PLATFORM_LowPowerCallback() argument
235 if (powerState < PLATFORM_DEEP_SLEEP_STATE) in PLATFORM_LowPowerCallback()
250 if (powerState >= PLATFORM_POWER_DOWN_STATE) in PLATFORM_LowPowerCallback()
258 if (powerState == PLATFORM_DEEP_POWER_DOWN_STATE) in PLATFORM_LowPowerCallback()
267 if (powerState >= PLATFORM_POWER_DOWN_STATE) in PLATFORM_LowPowerCallback()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.c36 static status_t PM_notifyPowerStateEntry(uint8_t powerState);
37 static status_t PM_notifyPowerStateExit(uint8_t powerState);
114 static status_t PM_notifyPowerStateEntry(uint8_t powerState) in PM_notifyPowerStateEntry() argument
132 status = callback(kPM_EventEnteringSleep, powerState, currElement->data); in PM_notifyPowerStateEntry()
148 static status_t PM_notifyPowerStateExit(uint8_t powerState) in PM_notifyPowerStateExit() argument
172 … (void)(currElement->notifyCallback(kPM_EventExitingSleep, powerState, currElement->data)); in PM_notifyPowerStateExit()
Dfsl_pm_core.h164 typedef status_t (*pm_notify_callback_func_t)(pm_event_type_t eventType, uint8_t powerState, void *…
254 void (*enter)(uint8_t powerState,
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/MIMXRT595S/
Dfwk_platform_lowpower.c61 static status_t PLATFORM_LowPowerCallback(pm_event_type_t eventType, uint8_t powerState, void *data…
308 static status_t PLATFORM_LowPowerCallback(pm_event_type_t eventType, uint8_t powerState, void *data) in PLATFORM_LowPowerCallback() argument