Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.h199 } pm_wakeup_source_t; typedef
260 …status_t (*manageWakeupSource)(pm_wakeup_source_t *ws, bool enable); /*!< The function used to ena…
264pm_wakeup_source_t *ws); /*!< Used to know if the wake up source triggered the last wake up. */
469 void PM_InitWakeupSource(pm_wakeup_source_t *ws, uint32_t wsId, pm_wake_up_source_service_func_t se…
477 status_t PM_EnableWakeupSource(pm_wakeup_source_t *ws);
485 status_t PM_DisableWakeupSource(pm_wakeup_source_t *ws);
502 status_t PM_TriggerWakeSourceService(pm_wakeup_source_t *ws);
Dfsl_pm_core.c544 void PM_InitWakeupSource(pm_wakeup_source_t *ws, uint32_t wsId, pm_wake_up_source_service_func_t se… in PM_InitWakeupSource()
577 status_t PM_EnableWakeupSource(pm_wakeup_source_t *ws) in PM_EnableWakeupSource()
623 status_t PM_DisableWakeupSource(pm_wakeup_source_t *ws) in PM_DisableWakeupSource()
672 pm_wakeup_source_t *currWakeUpSource; in PM_HandleWakeUpEvent()
676 currWakeUpSource = (pm_wakeup_source_t *)(void *)(s_pmHandle->wakeupSourceList.head); in PM_HandleWakeUpEvent()
693 currWakeUpSource = (pm_wakeup_source_t *)(void *)currWakeUpSource->link.next; in PM_HandleWakeUpEvent()
706 status_t PM_TriggerWakeSourceService(pm_wakeup_source_t *ws) in PM_TriggerWakeSourceService()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/
Dfwk_platform_lowpower.c69 static pm_wakeup_source_t bleWakeUpSourceImu;
70 static pm_wakeup_source_t timerWakeupSource;
71 static pm_wakeup_source_t wlanWakeupSource;
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716A/
Dfsl_pm_device.c59 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
60 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws);
605 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
658 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws) in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/KW45B41Z83/
Dfsl_pm_device.c59 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
60 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws);
605 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
658 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws) in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXW716C/
Dfsl_pm_device.c59 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
60 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws);
605 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
658 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws) in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/K32W1480/
Dfsl_pm_device.c59 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
60 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws);
605 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
658 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws) in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MCXN947/
Dfsl_pm_device.c41 static status_t ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
42 static bool IsWakeupSource(pm_wakeup_source_t *ws);
648 static status_t ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in ManageWakeupSource()
700 static bool IsWakeupSource(pm_wakeup_source_t *ws) in IsWakeupSource()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/MIMXRT595S/
Dfwk_platform_lowpower.c73 static pm_wakeup_source_t C2HWakeupSource;
74 static pm_wakeup_source_t timerWakeupSource;
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/RW610/
Dfsl_pm_device.c25 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
296 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/RW612/
Dfsl_pm_device.c25 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
296 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1175/
Dfsl_pm_device.c206 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
207 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws);
1525 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
1545 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws) in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1171/
Dfsl_pm_device.c206 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
207 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws);
1525 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
1545 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws) in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1172/
Dfsl_pm_device.c206 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
207 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws);
1525 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
1545 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws) in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1176/
Dfsl_pm_device.c206 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
207 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws);
1525 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
1545 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws) in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT1173/
Dfsl_pm_device.c206 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
207 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws);
1525 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
1545 static bool PM_DEV_IsWakeupSource(pm_wakeup_source_t *ws) in PM_DEV_IsWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT685S/
Dfsl_pm_device.c31 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
411 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT533S/
Dfsl_pm_device.c31 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
451 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT555S/
Dfsl_pm_device.c31 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
451 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT595S/
Dfsl_pm_device.c31 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
451 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT735S/
Dfsl_pm_device.c37 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
489 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT758S/
Dfsl_pm_device.c37 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
489 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/devices/MIMXRT798S/
Dfsl_pm_device.c37 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable);
489 static status_t PM_DEV_ManageWakeupSource(pm_wakeup_source_t *ws, bool enable) in PM_DEV_ManageWakeupSource()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md341 **void PM_InitWakeupSource (pm_wakeup_source_t * ws, uint32_t wsId, pm_wake_up_source_service_fun…
345 ws : Pointer to the pm_wakeup_source_t variable.
352 **status_t PM_EnableWakeupSource (pm_wakeup_source_t * ws)**
361 **status_t PM_DisableWakeupSource (pm_wakeup_source_t * ws)**
377 **status_t PM_TriggerWakeSourceService (pm_wakeup_source_t * ws)**