![]() |
RTEMS 6.1
|
Control structure for power control handling. More...
#include <power.h>
Data Fields | |
| void(* | handler )(const struct atsam_power_control *control, atsam_power_state state) |
| Data pointer to the handler with its desired state. | |
| union { | |
| void * arg | |
| struct { | |
| uint8_t first | |
| uint8_t last | |
| } peripherals | |
| } | data |
| Data chunk that is used by the handler. | |
Control structure for power control handling.