Go to the documentation of this file.
33 #ifndef MAXIM_UART_STDIO_H_
34 #define MAXIM_UART_STDIO_H_
41 int _write(
int,
char *,
int);
43 int _lseek(
int, off_t,
int);
44 int _read(
int,
char *,
int);
45 int _fstat(
int,
struct stat *);
#define STDERR_FILENO
Definition: maxim_uart_stdio.c:51
int _isatty(int)
Definition: maxim_uart_stdio.c:72
Header file for UART driver stdout/stdin redirection.
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 STDIN_FILENO
Definition: maxim_uart_stdio.c:49
#define STDERR_FILENO
Definition: maxim_uart_stdio.c:51
#define STDIN_FILENO
Definition: maxim_uart_stdio.c:49
Header file for UART driver stdout/stdin redirection.
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 STDERR_FILENO
Definition: maxim_uart_stdio.c:51
#define STDOUT_FILENO
Definition: maxim_uart_stdio.c:50
int _lseek(int, off_t, int)
Definition: maxim_uart_stdio.c:80
#define STDOUT_FILENO
Definition: maxim_uart_stdio.c:50
int _read(int file, char *ptr, int len)
Definition: maxim_uart_stdio.c:100
Header file for UART driver stdout/stdin redirection.
void no_os_uart_stdio(struct no_os_uart_desc *desc)
Definition: maxim_uart_stdio.c:55
int _isatty(int file)
Definition: maxim_uart_stdio.c:72
void no_os_uart_stdio(struct no_os_uart_desc *)
Definition: no_os_uart.c:216
Stucture holding the UART descriptor.
Definition: no_os_uart.h:134
#define STDOUT_FILENO
Definition: maxim_uart_stdio.c:50
Header file for UART driver stdout/stdin redirection.
Header file for UART driver stdout/stdin redirection.
#define STDIN_FILENO
Definition: maxim_uart_stdio.c:49
#define STDOUT_FILENO
Definition: maxim_uart_stdio.c:50
#define STDIN_FILENO
Definition: maxim_uart_stdio.c:49
#define STDIN_FILENO
Definition: maxim_uart_stdio.c:49
#define STDOUT_FILENO
Definition: maxim_uart_stdio.c:50
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
#define STDERR_FILENO
Definition: maxim_uart_stdio.c:51
#define STDIN_FILENO
Definition: maxim_uart_stdio.c:49
int _lseek(int file, off_t offset, int whence)
Definition: maxim_uart_stdio.c:80
#define STDIN_FILENO
Definition: maxim_uart_stdio.c:49
#define STDERR_FILENO
Definition: maxim_uart_stdio.c:51
Header file for UART driver stdout/stdin redirection.
int _read(int, char *, int)
Definition: maxim_uart_stdio.c:100
#define NULL
Definition: wrapper.h:64
#define STDERR_FILENO
Definition: maxim_uart_stdio.c:51
#define STDERR_FILENO
Definition: maxim_uart_stdio.c:51
Header file of UART interface.
int _fstat(int, struct stat *)
Definition: maxim_uart_stdio.c:89
int _write(int, char *, int)
Definition: maxim_uart_stdio.c:117
Header file for UART driver stdout/stdin redirection.
Error macro definition for ARM Compiler.
#define STDOUT_FILENO
Definition: maxim_uart_stdio.c:50
int _close(int)
Definition: maxim_uart_stdio.c:64
#define STDOUT_FILENO
Definition: maxim_uart_stdio.c:50