Searched defs:handle (Results 1 – 2 of 2) sorted by relevance
165 int __attribute__((weak)) _read(int handle, char *buffer, int length) { in _read()172 int __attribute__((weak)) _write(int handle, char *buffer, int length) { in _write()
101 static void timer_handler(__unused TimerHandle_t handle) in timer_handler()