Home
last modified time | relevance | path

Searched defs:context (Results 1 – 16 of 16) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context.h206 static inline void async_context_acquire_lock_blocking(async_context_t *context) { in async_context_acquire_lock_blocking()
225 static inline void async_context_release_lock(async_context_t *context) { in async_context_release_lock()
236 static inline void async_context_lock_check(async_context_t *context) { in async_context_lock_check()
255 static inline uint32_t async_context_execute_sync(async_context_t *context, uint32_t (*func)(void *… in async_context_execute_sync()
274 static inline bool async_context_add_at_time_worker(async_context_t *context, async_at_time_worker_… in async_context_add_at_time_worker()
294 static inline bool async_context_add_at_time_worker_at(async_context_t *context, async_at_time_work… in async_context_add_at_time_worker_at()
315 static inline bool async_context_add_at_time_worker_in_ms(async_context_t *context, async_at_time_w… in async_context_add_at_time_worker_in_ms()
331 static inline bool async_context_remove_at_time_worker(async_context_t *context, async_at_time_work… in async_context_remove_at_time_worker()
351 static inline bool async_context_add_when_pending_worker(async_context_t *context, async_when_pendi… in async_context_add_when_pending_worker()
366 static inline bool async_context_remove_when_pending_worker(async_context_t *context, async_when_pe… in async_context_remove_when_pending_worker()
[all …]
/hal_rpi_pico-latest/src/rp2_common/pico_lwip/
Dlwip_nosys.c23 static void lwip_timeout_reached(__unused async_context_t *context, __unused async_at_time_worker_t… in lwip_timeout_reached()
28 static void update_next_timeout(async_context_t *context, async_when_pending_worker_t *worker) { in update_next_timeout()
44 bool lwip_nosys_init(async_context_t *context) { in lwip_nosys_init()
56 void lwip_nosys_deinit(async_context_t *context) { in lwip_nosys_deinit()
Dlwip_freertos.c27 bool lwip_freertos_init(async_context_t *context) { in lwip_freertos_init()
49 void lwip_freertos_deinit(__unused async_context_t *context) { in lwip_freertos_deinit()
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_flash_bank.c26 static uint32_t pico_flash_bank_get_size(void * context) { in pico_flash_bank_get_size()
31 static uint32_t pico_flash_bank_get_alignment(void * context) { in pico_flash_bank_get_alignment()
66 static void pico_flash_bank_erase(void * context, int bank) { in pico_flash_bank_erase()
79 static void pico_flash_bank_read(void *context, int bank, uint32_t offset, uint8_t *buffer, uint32_… in pico_flash_bank_read()
96 static void pico_flash_bank_write(void * context, int bank, uint32_t offset, const uint8_t *data, u… in pico_flash_bank_write()
Dbtstack_run_loop_async_context.c132 static void btstack_timeout_reached(__unused async_context_t *context, __unused async_at_time_worke… in btstack_timeout_reached()
137 static void btstack_work_pending(__unused async_context_t *context, __unused async_when_pending_wor… in btstack_work_pending()
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_driver.c83 static void cyw43_do_poll(async_context_t *context, __unused async_when_pending_worker_t *worker) { in cyw43_do_poll()
100 static void cyw43_sleep_timeout_reached(async_context_t *context, __unused async_at_time_worker_t *… in cyw43_sleep_timeout_reached()
106 bool cyw43_driver_init(async_context_t *context) { in cyw43_driver_init()
116 void cyw43_driver_deinit(async_context_t *context) { in cyw43_driver_deinit()
Dbtstack_cyw43.c49 bool btstack_cyw43_init(async_context_t *context) { in btstack_cyw43_init()
69 void btstack_cyw43_deinit(__unused async_context_t *context) { in btstack_cyw43_deinit()
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/
Dcyw43_arch_poll.c34 async_context_t *context = cyw43_arch_async_context(); in cyw43_arch_init() local
56 async_context_t *context = cyw43_arch_async_context(); in cyw43_arch_deinit() local
Dcyw43_arch_freertos.c42 async_context_t *context = cyw43_arch_async_context(); in cyw43_arch_init() local
64 async_context_t *context = cyw43_arch_async_context(); in cyw43_arch_deinit() local
Dcyw43_arch_threadsafe_background.c39 async_context_t *context = cyw43_arch_async_context(); in cyw43_arch_init() local
61 async_context_t *context = cyw43_arch_async_context(); in cyw43_arch_deinit() local
Dcyw43_arch.c27 void cyw43_arch_set_async_context(async_context_t *context) { in cyw43_arch_set_async_context()
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/
Dasync_context_poll.c12 static void noop(__unused async_context_t *context) { } in noop()
54 uint32_t async_context_poll_execute_sync(__unused async_context_t *context, uint32_t (*func)(void *… in async_context_poll_execute_sync()
Dasync_context_freertos.c187 static void handle_sync_func_call(async_context_t *context, async_when_pending_worker_t *worker) { in handle_sync_func_call()
Dasync_context_threadsafe_background.c98 static void handle_sync_func_call(async_context_t *context, async_when_pending_worker_t *worker) { in handle_sync_func_call()
/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.cpp1961 parser::context::context (const parser& yyparser, const symbol_type& yyla) in context() function in yy::parser::context
Dparser.hpp2826 class context class in yy::parser