Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions

This group includes all function prototypes required to be used.

Functions

void trace_register_printFn (int(*pf)(const char *_Format,...))
 This function used to set pointer to printing function for logs. More...
 
void trace_set_level (uint8_t lvl)
 Used to set level of tracing logs. More...
 

void trace_register_printFn ( int(*)(const char *_Format,...)  pf)

This function used to set pointer to printing function for logs.

Parameters
[in]pfpointer to printing function
void trace_set_level ( uint8_t  lvl)

Used to set level of tracing logs.

Parameters
[in]lvlLevel of trace logs messages to print; using defined trace_levels

Referenced by ble_device_init(), and ble_init().