Typedefs | |
typedef void(* | trace_func_t) (uint8_t) |
Trace function type. More... | |
typedef void(* | periph_func_t) (void) |
Peripheral function type. More... | |
typedef void(* | pwr_before_sleep_func_t) (void) |
Before sleep function type. More... | |
typedef pwr_mgmt_dev_state_t(* | pwr_dev_check_func_t) (void) |
Device check function type. More... | |
typedef void(* | mem_check_proc_t) (void) |
mem check process type. More... | |
typedef uint8_t(* | srpg_before_func_t) (void) |
SRPG before function type. More... | |
typedef void(* mem_check_proc_t) (void) |
mem check process type.
Definition at line 184 of file gr55xx_pwr.h.
typedef void(* periph_func_t) (void) |
Peripheral function type.
Definition at line 175 of file gr55xx_pwr.h.
typedef void(* pwr_before_sleep_func_t) (void) |
Before sleep function type.
Definition at line 178 of file gr55xx_pwr.h.
typedef pwr_mgmt_dev_state_t(* pwr_dev_check_func_t) (void) |
Device check function type.
Definition at line 181 of file gr55xx_pwr.h.
typedef uint8_t(* srpg_before_func_t) (void) |
SRPG before function type.
Definition at line 187 of file gr55xx_pwr.h.
typedef void(* trace_func_t) (uint8_t) |
Trace function type.
Definition at line 172 of file gr55xx_pwr.h.