PWR sleep check function Structure. More...
#include <app_pwr_mgmt.h>
Public Attributes | |
bool(* | app_prepare_for_sleep )(void) |
void(* | app_sleep_canceled )(void) |
void(* | app_wake_up_ind )(void) |
PWR sleep check function Structure.
Definition at line 80 of file app_pwr_mgmt.h.
bool(* app_sleep_callbacks_t::app_prepare_for_sleep) (void) |
Peripherals prepare sleep fuction .
Definition at line 82 of file app_pwr_mgmt.h.
void(* app_sleep_callbacks_t::app_sleep_canceled) (void) |
Peripherals cancel sleep fuction .
Definition at line 83 of file app_pwr_mgmt.h.
void(* app_sleep_callbacks_t::app_wake_up_ind) (void) |
Resume peripherals when used fuctioin .
Definition at line 84 of file app_pwr_mgmt.h.