app_sleep_callbacks_t Struct Reference

PWR sleep check function Structure. More...

#include <app_pwr_mgmt.h>

Data Fields

bool(* app_prepare_for_sleep )(void)
 
void(* app_sleep_canceled )(void)
 
void(* app_wake_up_ind )(void)
 

Detailed Description

PWR sleep check function Structure.

Field Documentation

◆ app_prepare_for_sleep

bool(* app_sleep_callbacks_t::app_prepare_for_sleep) (void)

Peripherals prepare sleep fuction .

◆ app_sleep_canceled

void(* app_sleep_callbacks_t::app_sleep_canceled) (void)

Peripherals cancel sleep fuction .

◆ app_wake_up_ind

void(* app_sleep_callbacks_t::app_wake_up_ind) (void)

Resume peripherals when used fuctioin .


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