Home
last modified time | relevance | path

Searched refs:deinit (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h170 void (*deinit)(async_context_t *self); member
464 context->type->deinit(context); in async_context_deinit()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_poll.c72 .deinit = noop,
Dasync_context_freertos.c294 .deinit = async_context_freertos_deinit,
Dasync_context_threadsafe_background.c367 .deinit = async_context_threadsafe_background_deinit,