openMMC
Open Source Modular MMC for AMCs
Loading...
Searching...
No Matches
uart_debug.c File Reference

UART interface implementation. More...

#include "port.h"
#include "uart_debug.h"
#include "stdarg.h"
Include dependency graph for uart_debug.c:

Functions

void uart_printf (uint8_t id, const char *format,...)
 

Variables

char debug_buf [100]
 

Detailed Description

UART interface implementation.

Author
Henrique Silva henri.nosp@m.que..nosp@m.silva.nosp@m.@lnl.nosp@m.s.br, LNLS

Function Documentation

◆ uart_printf()

void uart_printf ( uint8_t id,
const char * format,
... )

Variable Documentation

◆ debug_buf

char debug_buf[100]