Home
last modified time | relevance | path

Searched refs:esp_timer_cb_t (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/mdns/host_test/components/esp_timer_linux/include/
Desp_timer.h21 typedef void (*esp_timer_cb_t)(void* arg); typedef
28 esp_timer_cb_t callback; //!< Function to call when timer expires
/hal_espressif-3.6.0/components/esp_timer/include/
Desp_timer.h53 typedef void (*esp_timer_cb_t)(void* arg); typedef
71 esp_timer_cb_t callback; //!< Function to call when timer expires
/hal_espressif-3.6.0/components/mdns/host_test/components/esp_timer_linux/
Desp_timer_linux.c19 void * create_tt(esp_timer_cb_t cb);
/hal_espressif-3.6.0/components/bt/common/osi/include/osi/
Dalarm.h27 typedef esp_timer_cb_t osi_alarm_callback_t;
/hal_espressif-3.6.0/components/mdns/test_afl_fuzz_host/
Desp32_mock.h154 typedef void (*esp_timer_cb_t)(void* arg); typedef
/hal_espressif-3.6.0/components/esp_timer/src/
Desp_timer.c69 esp_timer_cb_t callback;
369 esp_timer_cb_t callback = it->callback; in timer_process_alarm()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Drun_tc.c62 .callback = (esp_timer_cb_t)wifi_tc_sta_throughput_timeout, in create_statistic_timer()
Dsync.c496 .callback = (esp_timer_cb_t)handle_sync_timeout, in create_sync_timer()
/hal_espressif-3.6.0/components/bt/common/osi/
Dalarm.c177 tca.callback = (esp_timer_cb_t)alarm_cb_handler; in osi_alarm_new()