/btstack/port/samv71-xplained-atwilc3000/ASF/common/utils/stdio/ |
H A D | read.c | 132 _read (int file, char * ptr, int len); // Remove GCC compiler warning 135 _read (int file, char * ptr, int len) 154 int _read (int *f); // Remove GCC compiler warning 156 int _read (int *f)
|
/btstack/port/samv71-xplained-atwilc3000/ASF/common/utils/stdio/stdio_serial/ |
H A D | stdio_serial.h | 74 extern int _read (int *f); 110 fdevopen((int (*)(char, FILE*))(_write),(int (*)(FILE*))(_read)); in stdio_serial_init()
|
/btstack/platform/chibios/ |
H A D | retarget_chibios.c | 74 int _read(int file, char * ptr, int len){ in _read() function
|
/btstack/port/stm32-l451-miromico-sx1280/port/ |
H A D | btstack_port.c | 71 ssize_t _read(int fd, void * buf, size_t count){ in _read() function
|
/btstack/port/stm32-l476rg-nucleo-sx1280/port/ |
H A D | btstack_port.c | 71 ssize_t _read(int fd, void * buf, size_t count){ in _read() function
|
/btstack/port/stm32-l451-miromico-sx1280/Src/ |
H A D | syscalls.c | 94 __attribute__((weak)) int _read(int file, char *ptr, int len) in _read() function
|
/btstack/port/stm32-f4discovery-usb/port/ |
H A D | port.c | 111 ssize_t _read(int fd, void * buf, size_t count){ in _read() function
|
/btstack/port/stm32-wb55xx-nucleo-freertos/port/ |
H A D | btstack_port.c | 84 ssize_t _read(int file, void * buf, size_t count) in _read() function 98 ssize_t _read(int fd, void* buf, size_t count){
|
/btstack/port/apollo2-em9304/ |
H A D | btstack_port.c | 263 int _read(int file, char * ptr, int len){ in _read() function
|
/btstack/port/stm32-f4discovery-cc256x/port/ |
H A D | port.c | 246 ssize_t _read(int fd, void * buf, size_t count){ in _read() function
|
/btstack/port/stm32-l073rz-nucleo-em9304/port/ |
H A D | port.c | 99 int _read(int file, char * ptr, int len){ in _read() function
|
/btstack/port/msp432p401lp-cc256x/ |
H A D | main.c | 84 int _read(int file, char * ptr, int len){ in _read() function
|