no-OS
aducm3029_uart_stdio.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef _ADUCM3029_UART_STDIO_H_
40 #define _ADUCM3029_UART_STDIO_H_
41 
42 #include "no_os_uart.h"
43 
44 void no_os_uart_stdio(struct no_os_uart_desc *desc);
45 
46 #endif //_ADUCM3029_UART_STDIO_H_
no_os_uart_write
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:150
STDERR_FILENO
#define STDERR_FILENO
Definition: maxim_uart_stdio.c:57
no_os_uart_stdio
void no_os_uart_stdio(struct no_os_uart_desc *desc)
Definition: no_os_uart.c:222
no_os_uart_stdio
void no_os_uart_stdio(struct no_os_uart_desc *desc)
Definition: no_os_uart.c:222
_close
int _close(int file)
Definition: maxim_uart_stdio.c:70
no_os_uart_read
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:124
STDOUT_FILENO
#define STDOUT_FILENO
Definition: maxim_uart_stdio.c:56
_read
int _read(int file, char *ptr, int len)
Definition: maxim_uart_stdio.c:106
_isatty
int _isatty(int file)
Definition: maxim_uart_stdio.c:78
no_os_uart_desc
Stucture holding the UART descriptor.
Definition: no_os_uart.h:140
STDIN_FILENO
#define STDIN_FILENO
Definition: maxim_uart_stdio.c:55
_fstat
int _fstat(int file, struct stat *st)
Definition: maxim_uart_stdio.c:95
_write
int _write(int file, char *ptr, int len)
Definition: maxim_uart_stdio.c:123
_lseek
int _lseek(int file, off_t offset, int whence)
Definition: maxim_uart_stdio.c:86
no_os_uart.h
Header file of UART interface.
errno.h
Error macro definition for ARM Compiler.