Home
last modified time | relevance | path

Searched defs:callbacks (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_run_loop_async_context.c37 …ync_context_enable_data_source_callbacks(btstack_data_source_t * data_source, uint16_t callbacks) { in btstack_run_loop_async_context_enable_data_source_callbacks()
43 …nc_context_disable_data_source_callbacks(btstack_data_source_t * data_source, uint16_t callbacks) { in btstack_run_loop_async_context_disable_data_source_callbacks()
/hal_rpi_pico-latest/test/pico_time_test/
Dpico_time_test.c210 uint callbacks = 0; in main() local
/hal_rpi_pico-latest/src/rp2_common/hardware_gpio/
Dgpio.c17 static gpio_irq_callback_t callbacks[NUM_CORES]; variable