app_sleep_callbacks_t Struct Reference

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)
 

Detailed Description

PWR sleep check function Structure.

Definition at line 80 of file app_pwr_mgmt.h.

Member Data Documentation

◆ app_prepare_for_sleep

bool(* app_sleep_callbacks_t::app_prepare_for_sleep) (void)

Peripherals prepare sleep fuction .

Definition at line 82 of file app_pwr_mgmt.h.

◆ app_sleep_canceled

void(* app_sleep_callbacks_t::app_sleep_canceled) (void)

Peripherals cancel sleep fuction .

Definition at line 83 of file app_pwr_mgmt.h.

◆ app_wake_up_ind

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.


The documentation for this struct was generated from the following file: