Lines Matching refs:wakeup
41 - Ease the management of wakeup sources.
42 - Notify upper layer (for example the application) about power transitions or wakeup events.
57 - The wakeup-source manager module: configures the wakeup sources and processes registered wakeup-s…
74 - **PM_InitWakeupSource** --> OPTIONAL ; Initialize the wakeup source.
76 - **PM_RegisterTimerController** --> OPTIONAL ; Register a timer as a wakeup source, to be called w…
90 …* --> Allows the Power Manager to fully manage (create, disable, handle, trigger) wakeup sources.
139 …wakeup sources, first by calling the PM API, and then by declaring the wakeup-source parameter in …
188 …ed, as resources are often always requiring as RAM retention to properly wakeup the device in slee…
274 4. Exit from low power state, if wakeup event occurred.
285 If low power timer is the wakeup source, please remember to register it into power manager by using…
289 …nction, this parameter can be NULL, and it means low power timer is not set as the wakeup source.
342 Initialize the wakeup source object.
346 wsId : Used to select the wakeup source, the wsId of each wakeup source can be found in fsl_pm_devi…
348 enable : Used to enable/disable the selected wakeup source.
353 Enable wakeup source.
355 *Parameter:* ws : Pointer to the wakeup source object to be enabled.
357 *Returns:* status_t The status of enable wakeup source behavior.
362 Disable wakeup source.
364 *Parameter:* ws : Pointer to the wakeup source object to be disabled.
366 *Returns:* status_t The status of disable wakeup source behavior.
378 If the specific wakeup event occurs, invoke this API to execute its service function.
380 *Parameter:* ws : Pointer to the wakeup source object.
382 *Returns:* status_t The status of trigger wakeup source behavior.