|
ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
FILE type structure. More...
#include <posix.h>
Data Fields | |
| char * | buf |
| unsigned char | unget |
| uint8_t | flags |
| int | size |
| int | len |
| int(* | put )(char, struct __file *) |
| int(* | get )(struct __file *) |
| void * | udata |
| char* __file::buf |
Definition at line 157 of file posix.h.
Referenced by fgetc(), fputc(), and free_file_descriptor().
| uint8_t __file::flags |
Definition at line 159 of file posix.h.
Referenced by clrerror(), fatfs_getc(), fatfs_putc(), fdevopen(), feof(), ferror(), fgetc(), fputc(), free_file_descriptor(), lseek(), open(), read(), syncfs(), and ungetc().
| int(* __file::get) (struct __file *) |
Definition at line 178 of file posix.h.
Referenced by fdevopen(), fgetc(), and open().
| int __file::len |
| int(* __file::put) (char, struct __file *) |
Definition at line 177 of file posix.h.
Referenced by fdevopen(), fputc(), and open().
| unsigned char __file::unget |
1.8.11