Go to the documentation of this file.
33 #ifndef _ADUCM3029_UART_STDIO_H_
34 #define _ADUCM3029_UART_STDIO_H_
40 #endif //_ADUCM3029_UART_STDIO_H_
int32_t no_os_uart_write(struct no_os_uart_desc *desc, const uint8_t *data, uint32_t bytes_number)
Write to UART.
Definition: no_os_uart.c:144
#define STDERR_FILENO
Definition: maxim_uart_stdio.c:51
void no_os_uart_stdio(struct no_os_uart_desc *desc)
Definition: no_os_uart.c:216
void no_os_uart_stdio(struct no_os_uart_desc *desc)
Definition: no_os_uart.c:216
int _close(int file)
Definition: maxim_uart_stdio.c:64
int32_t no_os_uart_read(struct no_os_uart_desc *desc, uint8_t *data, uint32_t bytes_number)
Read data from UART.
Definition: no_os_uart.c:118
#define STDOUT_FILENO
Definition: maxim_uart_stdio.c:50
int _read(int file, char *ptr, int len)
Definition: maxim_uart_stdio.c:100
int _isatty(int file)
Definition: maxim_uart_stdio.c:72
Stucture holding the UART descriptor.
Definition: no_os_uart.h:134
#define STDIN_FILENO
Definition: maxim_uart_stdio.c:49
int _fstat(int file, struct stat *st)
Definition: maxim_uart_stdio.c:89
int _write(int file, char *ptr, int len)
Definition: maxim_uart_stdio.c:117
int _lseek(int file, off_t offset, int whence)
Definition: maxim_uart_stdio.c:80
Header file of UART interface.
Error macro definition for ARM Compiler.