Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_stdio/
Dstdio.c165 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()
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_async_context/
Dasync_context_freertos.c101 static void timer_handler(__unused TimerHandle_t handle) in timer_handler()