Collaboration diagram for 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... | |
| typedef void(* assert_err_cb_t) (const char *expr, const char *file, int line) |
Error assert callback type.
Definition at line 98 of file gr55xx_sys.h.
| typedef void(* assert_param_cb_t) (int param0, int param1, const char *file, int line) |
Parameter assert callback type.
Definition at line 101 of file gr55xx_sys.h.
| typedef void(* assert_warn_cb_t) (int param0, int param1, const char *file, int line) |
Warning assert callback type.
Definition at line 104 of file gr55xx_sys.h.
| typedef void(* callback_t) (int) |
The function pointers to register event callback.
Definition at line 80 of file gr55xx_sys.h.
| typedef int(* int_func_t) (void) |
Low power clock update function type with resturn.
Definition at line 92 of file gr55xx_sys.h.
| typedef void(* sys_context_func_t) (void) |
Function type for saving user context before deep sleep.
Definition at line 95 of file gr55xx_sys.h.
| typedef void(* timer_callback_t) (uint8_t timer_id) |
Timer callback type.
Definition at line 83 of file gr55xx_sys.h.
| typedef void(* void_func_t) (void) |
Low power clock update function type.
Definition at line 89 of file gr55xx_sys.h.
| typedef int(* vprintf_callback_t) (const char *fmt, va_list argp) |
Printf callback type.
Definition at line 86 of file gr55xx_sys.h.