Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DS130x_I2CApp MCP41xxxApp FM24Vxx_I2CApp MCP320xApp ... more
DebugHelper Class Reference
This class implements debug functionalities based on USB console interface. More...
#include <Debug.h>
Static Public Member Functions | |
| static void | Debug (const char *p_format,...) |
| Standard log method. | |
| static void | HexaDump (unsigned char *p_buffer, int p_count, int p_offset=0) |
| Log an hexadecimal buffer. | |
| static void | BreakPoint (const char *p_file, int p_line) |
| Break point method based on getchar() C function. | |
Detailed Description
This class implements debug functionalities based on USB console interface.
V0.0.0.8
Note that this class is based on Helper pattern
Definition at line 82 of file Debug.h.
Member Function Documentation
| void BreakPoint | ( | const char * | p_file, |
| int | p_line | ||
| ) | [static] |
| void Debug | ( | const char * | p_format, |
| ... | |||
| ) | [static] |
| void HexaDump | ( | unsigned char * | p_buffer, |
| int | p_count, | ||
| int | p_offset = 0 |
||
| ) | [static] |
Generated on Tue Jul 12 2022 21:17:35 by
1.7.2