PWR sleep check function Structure. More...
#include <app_pwr_mgmt.h>
Public Attributes | |
bool(* | app_prepare_for_sleep )(void) |
void(* | app_wake_up_ind )(void) |
PWR sleep check function Structure.
Definition at line 111 of file app_pwr_mgmt.h.
bool(* app_sleep_callbacks_t::app_prepare_for_sleep) (void) |
Peripherals prepare sleep fuction.
Definition at line 113 of file app_pwr_mgmt.h.
void(* app_sleep_callbacks_t::app_wake_up_ind) (void) |
Resume peripherals when chip wakeup.
Definition at line 114 of file app_pwr_mgmt.h.