S32 SDK
power_manager_callback_user_config_t Struct Reference

callback configuration structure More...

#include <power_manager.h>

Data Fields

power_manager_callback_t callbackFunction
 
power_manager_callback_type_t callbackType
 
power_manager_callback_data_tcallbackData
 

Detailed Description

callback configuration structure

This structure holds configuration of callbacks passed to the Power manager during its initialization. Structures of this type are expected to be statically allocated. This structure contains following application-defined data: callback - pointer to the callback function callbackType - specifies when the callback is called callbackData - pointer to the data passed to the callback Implements power_manager_callback_user_config_t_Class

Definition at line 188 of file power_manager.h.

Field Documentation

Definition at line 192 of file power_manager.h.

power_manager_callback_t callbackFunction

Definition at line 190 of file power_manager.h.

Definition at line 191 of file power_manager.h.


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