Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/core/
Dfsl_pm_core.h327 } pm_handle_t; typedef
351 void PM_CreateHandle(pm_handle_t *handle);
394 void PM_RegisterTimerController(pm_handle_t *handle,
415 void PM_RegisterCriticalRegionController(pm_handle_t *handle,
Dfsl_pm_core.c26 AT_ALWAYS_ON_DATA(static pm_handle_t *s_pmHandle);
225 void PM_CreateHandle(pm_handle_t *handle) in PM_CreateHandle()
418 void PM_RegisterTimerController(pm_handle_t *handle, in PM_RegisterTimerController()
442 void PM_RegisterCriticalRegionController(pm_handle_t *handle, in PM_RegisterCriticalRegionController()
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md252 **void PM_CreateHandle (pm_handle_t * handle)**
257 *Parameter:* handle : Pointer to the pm_handle_t structure, upper layer software should pre-allocat…
283 **void PM_RegisterTimerController (pm_handle_t * handle, pm_low_power_timer_start_func_t timerSta…
288 handle : Pointer to the pm_handle_t structure.
301 **void PM_RegisterCriticalRegionController (pm_handle_t * handle, pm_enter_critical criticalEntry…
307 handle : Pointer to the pm_handle_t structure.