![]() |
MT2523 API Reference
LinkIt SDK v4
|
Typedefs | |
| typedef void(* | battery_management_callback_t) (battery_management_event_t event, const void *data) |
| The prototype of the battery management callback function, which needs to be registered to receive the battery management event. More... | |
| typedef void(* battery_management_callback_t) (battery_management_event_t event, const void *data) |
The prototype of the battery management callback function, which needs to be registered to receive the battery management event.
| [in] | event | is a notification sent by the battery management. |
| [in] | data | is a pointer to the data to be used by this callback function. |