|
GlobLib
HAL and API libraries for MCUs and hardware.
|
Source file for stm32f103cb DEBUG. More...
#include "stm32f103cb_debug.h"Go to the source code of this file.
Data Structures | |
| struct | error_desc |
Functions | |
| void | MCU_debugEnable (void(*output_handle)(uint8_t)) |
| Enables the debug feature. More... | |
| void | MCU_debugDisable (void) |
| Disables the debug feature. More... | |
| uint8_t | MCU_debugIsEnabled (void) |
| Checks if debug is enabled. More... | |
| void | MCU_printError (mcu_error errorNum) |
| Print a given error number as a character stream. More... | |
Source file for stm32f103cb DEBUG.
Definition in file stm32f103cb_debug.c.