#include <errno.h>
#include <stdint.h>
#include <sys/stat.h>
#include "main.h"
Go to the source code of this file.
|
int | _fstat (int file, struct stat *st) |
|
int | _close (int file) |
|
int | _getpid (void) |
|
int | _isatty (int file) |
|
int | _lseek (int file, int ptr, int dir) |
|
int | _kill (int pid, int sig) |
|
int | _read (int file, char *ptr, int len) |
|
int | _write (int file, char *ptr, int len) |
|
◆ _close()
◆ _fstat()
int _fstat |
( |
int |
file, |
|
|
struct stat * |
st |
|
) |
| |
◆ _getpid()
◆ _isatty()
◆ _kill()
int _kill |
( |
int |
pid, |
|
|
int |
sig |
|
) |
| |
◆ _lseek()
int _lseek |
( |
int |
file, |
|
|
int |
ptr, |
|
|
int |
dir |
|
) |
| |
◆ _read()
int _read |
( |
int |
file, |
|
|
char * |
ptr, |
|
|
int |
len |
|
) |
| |
◆ _write()
int _write |
( |
int |
file, |
|
|
char * |
ptr, |
|
|
int |
len |
|
) |
| |
◆ DEBUG_UART_HANDLE
UART_HandleTypeDef DEBUG_UART_HANDLE |