no-OS
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 
38 void no_os_uart_stdio(struct no_os_uart_desc *desc);
39 
40 #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:144
STDERR_FILENO
#define STDERR_FILENO
Definition: maxim_uart_stdio.c:51
no_os_uart_stdio
void no_os_uart_stdio(struct no_os_uart_desc *desc)
Definition: no_os_uart.c:216
no_os_uart_stdio
void no_os_uart_stdio(struct no_os_uart_desc *desc)
Definition: no_os_uart.c:216
_close
int _close(int file)
Definition: maxim_uart_stdio.c:64
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:118
STDOUT_FILENO
#define STDOUT_FILENO
Definition: maxim_uart_stdio.c:50
_read
int _read(int file, char *ptr, int len)
Definition: maxim_uart_stdio.c:100
_isatty
int _isatty(int file)
Definition: maxim_uart_stdio.c:72
no_os_uart_desc
Stucture holding the UART descriptor.
Definition: no_os_uart.h:134
STDIN_FILENO
#define STDIN_FILENO
Definition: maxim_uart_stdio.c:49
_fstat
int _fstat(int file, struct stat *st)
Definition: maxim_uart_stdio.c:89
_write
int _write(int file, char *ptr, int len)
Definition: maxim_uart_stdio.c:117
_lseek
int _lseek(int file, off_t offset, int whence)
Definition: maxim_uart_stdio.c:80
no_os_uart.h
Header file of UART interface.
errno.h
Error macro definition for ARM Compiler.