Go to the documentation of this file.
39 #ifndef MAXIM_STDIO_H_
40 #define MAXIM_STDIO_H_
47 int _write(
int,
char *,
int);
49 int _lseek(
int, off_t,
int);
50 int _read(
int,
char *,
int);
51 int _fstat(
int,
struct stat *);
int _read(int, char *, int)
Definition: maxim_stdio.c:106
void no_os_uart_stdio(struct no_os_uart_desc *)
Definition: no_os_uart.c:184
int _write(int, char *, int)
Definition: maxim_stdio.c:123
Stucture holding the UART descriptor.
Definition: no_os_uart.h:134
int _lseek(int, off_t, int)
Definition: maxim_stdio.c:86
int _close(int)
Definition: maxim_stdio.c:70
int _fstat(int, struct stat *)
Definition: maxim_stdio.c:95
Header file of UART interface.
int _isatty(int)
Definition: maxim_stdio.c:78