Home
last modified time | relevance | path

Searched defs:next (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_stdio/include/pico/stdio/
Ddriver.h17 stdio_driver_t *next; member
/hal_rpi_pico-latest/src/common/pico_time/
Dtime.c18 int16_t next; member
232 int16_t next = *prev; in alarm_pool_irq_handler() local
247 int16_t next = entry->next; in alarm_pool_irq_handler() local
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h94 struct async_work_on_timeout *next; member
129 struct async_when_pending_worker *next; member
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_base.c84 async_at_time_worker_t *next = worker->next; in async_context_base_refresh_next_timeout() local