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

Header file for stm32f103cb DEBUG. More...

#include <stdint.h>
#include <stdlib.h>

Go to the source code of this file.

Enumerations

Functions

void MCU_printError (mcu_error error)
 Print a given error number as a character stream. More...
 
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...
 

Detailed Description

Header file for stm32f103cb DEBUG.

Definition in file stm32f103cb_debug.h.