Typedefs

Typedefs

typedef void(* callback_t) (int)
 The function pointers to register event callback. More...
 
typedef void(* timer_callback_t) (uint8_t timer_id)
 Timer callback type. More...
 
typedef int(* vprintf_callback_t) (const char *fmt, va_list argp)
 Printf callback type. More...
 
typedef void(* void_func_t) (void)
 Low power clock update function type. More...
 
typedef int(* int_func_t) (void)
 Low power clock update function type with resturn. More...
 
typedef void(* sys_context_func_t) (void)
 Function type for saving user context before deep sleep. More...
 
typedef void(* assert_err_cb_t) (const char *expr, const char *file, int line)
 Error assert callback type. More...
 
typedef void(* assert_param_cb_t) (int param0, int param1, const char *file, int line)
 Parameter assert callback type. More...
 
typedef void(* assert_warn_cb_t) (int param0, int param1, const char *file, int line)
 Warning assert callback type. More...
 

Detailed Description

Typedef Documentation

◆ assert_err_cb_t

typedef void(* assert_err_cb_t) (const char *expr, const char *file, int line)

Error assert callback type.

Definition at line 97 of file gr55xx_sys.h.

◆ assert_param_cb_t

typedef void(* assert_param_cb_t) (int param0, int param1, const char *file, int line)

Parameter assert callback type.

Definition at line 100 of file gr55xx_sys.h.

◆ assert_warn_cb_t

typedef void(* assert_warn_cb_t) (int param0, int param1, const char *file, int line)

Warning assert callback type.

Definition at line 103 of file gr55xx_sys.h.

◆ callback_t

typedef void(* callback_t) (int)

The function pointers to register event callback.

Definition at line 79 of file gr55xx_sys.h.

◆ int_func_t

typedef int(* int_func_t) (void)

Low power clock update function type with resturn.

Definition at line 91 of file gr55xx_sys.h.

◆ sys_context_func_t

typedef void(* sys_context_func_t) (void)

Function type for saving user context before deep sleep.

Definition at line 94 of file gr55xx_sys.h.

◆ timer_callback_t

typedef void(* timer_callback_t) (uint8_t timer_id)

Timer callback type.

Definition at line 82 of file gr55xx_sys.h.

◆ void_func_t

typedef void(* void_func_t) (void)

Low power clock update function type.

Definition at line 88 of file gr55xx_sys.h.

◆ vprintf_callback_t

typedef int(* vprintf_callback_t) (const char *fmt, va_list argp)

Printf callback type.

Definition at line 85 of file gr55xx_sys.h.