Lines Matching refs:source

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…
139 …en by declaring the wakeup-source parameter in the application. In this example, the button SW2 wi…
152 `/* Configure the Input Mux block and connect the trigger source to PinInt channel. */`
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…
347 service : The function to be invoked when wake up source asserted.
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.
371 Checks if any enabled wake up source is responsible for last wake up event. In such case, it will c…
380 *Parameter:* ws : Pointer to the wakeup source object.
382 *Returns:* status_t The status of trigger wakeup source behavior.