no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
aducm3029_uart_stdio.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef _ADUCM3029_UART_STDIO_H_
34#define _ADUCM3029_UART_STDIO_H_
35
36#include "no_os_uart.h"
37
38void no_os_uart_stdio(struct no_os_uart_desc *desc);
39
40#endif //_ADUCM3029_UART_STDIO_H_
void no_os_uart_stdio(struct no_os_uart_desc *desc)
Definition no_os_uart.c:216
Header file of UART interface.
Stucture holding the UART descriptor.
Definition no_os_uart.h:122