GlobLib
HAL and API libraries for MCUs and hardware.
stm32f103cb_debug.c File Reference

Source file for stm32f103cb DEBUG. More...

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...
 

Detailed Description

Source file for stm32f103cb DEBUG.


Author
Stuart Ianna
Version
0.1
Date
May 2018
Warning
None
Bug:
Compilers
  • arm-none-eabi-gcc (15:4.9.3+svn231177-1) 4.9.3 20150529 (prerelease)

Definition in file stm32f103cb_debug.c.