Type definitions

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...
 

Detailed Description

Typedef Documentation

◆ mem_check_proc_t

typedef void(* mem_check_proc_t) (void)

mem check process type.

Definition at line 184 of file gr55xx_pwr.h.

◆ periph_func_t

typedef void(* periph_func_t) (void)

Peripheral function type.

Definition at line 175 of file gr55xx_pwr.h.

◆ pwr_before_sleep_func_t

typedef void(* pwr_before_sleep_func_t) (void)

Before sleep function type.

Definition at line 178 of file gr55xx_pwr.h.

◆ pwr_dev_check_func_t

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.

◆ srpg_before_func_t

typedef uint8_t(* srpg_before_func_t) (void)

SRPG before function type.

Definition at line 187 of file gr55xx_pwr.h.

◆ trace_func_t

typedef void(* trace_func_t) (uint8_t)

Trace function type.

Definition at line 172 of file gr55xx_pwr.h.