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_wake_up_ind )(void)
 

Detailed Description

PWR sleep check function Structure.

Definition at line 119 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 121 of file app_pwr_mgmt.h.

◆ app_wake_up_ind

void(* app_sleep_callbacks_t::app_wake_up_ind) (void)

Resume peripherals when chip wakeup.

Definition at line 122 of file app_pwr_mgmt.h.


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