1 #ifndef DEBUG_UART_H_1V2039076V__
2 #define DEBUG_UART_H_1V2039076V__
9 dbg_set_input_handler(
void (*handler)(
const char *inp,
unsigned int len));
16 dbg_printf(
const char *format, ...)
20 dbg_blocking_printf(const
char *format, ...)
28 dbg_blocking_putchar(
const char ch);
#define __attribute__(nothing)
Define attribute to nothing since it isn't handled by IAR.
unsigned int dbg_send_bytes(const unsigned char *seq, unsigned int len)
Print a stream of bytes.
int dbg_putchar(int c)
Print a character to debug output.