Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 7 of 7) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h167 void (*poll)(async_context_t *self); // may be NULL member
397 if (context->type->poll) context->type->poll(context); in async_context_poll()
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/
DBUILD.bazel39 ("poll", False),
40 ("poll", True),
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_poll.c69 .poll = async_context_poll_poll,
Dasync_context_freertos.c291 .poll = 0,
Dasync_context_threadsafe_background.c364 .poll = 0,
/hal_rpi_pico-latest/bazel/constraint/
DBUILD.bazel185 flag_values = {"//bazel/config:PICO_ASYNC_CONTEXT_IMPL": "poll"},
/hal_rpi_pico-latest/bazel/config/
DBUILD.bazel159 "poll",