![]() |
S32 SDK
|
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_t * | callbackData |
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 212 of file power_manager.h.
power_manager_callback_data_t* callbackData |
Definition at line 216 of file power_manager.h.
power_manager_callback_t callbackFunction |
Definition at line 214 of file power_manager.h.
power_manager_callback_type_t callbackType |
Definition at line 215 of file power_manager.h.