Documentation of the typedefs defined by the logging utility.
Typedefs | |
typedef int(* | log_output) (CY_LOG_FACILITY_T facility, CY_LOG_LEVEL_T level, char *logmsg) |
Prototype for application callback to use the logging message. | |
typedef cy_rslt_t(* | platform_get_time) (uint32_t *time) |
Prototype for application callback to get current time in milliseconds. | |