Data Fields | |
const char * | name |
Name of the device. | |
dt_device_type_t | dev_type |
size_t | wakeup |
bool(* | skip )(dt_pwrmgr_wakeup_src_t src) |
Check whether this wake up should be skipped in this configuration. More... | |
void(* | config )(dt_pwrmgr_wakeup_src_t src) |
Configuration and initialization actions for the device. | |
void(* | check )(dt_pwrmgr_wakeup_src_t src) |
Check the wakeup reason. | |
void(* | clear )(dt_pwrmgr_wakeup_src_t src) |
Clear the wakeup reason. | |
Definition at line 20 of file pwrmgr_sleep_all_wake_ups_impl.h.
bool(* test_wakeup_sources::skip) (dt_pwrmgr_wakeup_src_t src) |
Check whether this wake up should be skipped in this configuration.
If set to NULL, assume that it should not be skipped.
Definition at line 37 of file pwrmgr_sleep_all_wake_ups_impl.h.