Searched refs:esp_timer_cb_t (Results 1 – 9 of 9) sorted by relevance
21 typedef void (*esp_timer_cb_t)(void* arg); typedef28 esp_timer_cb_t callback; //!< Function to call when timer expires
53 typedef void (*esp_timer_cb_t)(void* arg); typedef71 esp_timer_cb_t callback; //!< Function to call when timer expires
19 void * create_tt(esp_timer_cb_t cb);
27 typedef esp_timer_cb_t osi_alarm_callback_t;
154 typedef void (*esp_timer_cb_t)(void* arg); typedef
69 esp_timer_cb_t callback;369 esp_timer_cb_t callback = it->callback; in timer_process_alarm()
62 .callback = (esp_timer_cb_t)wifi_tc_sta_throughput_timeout, in create_statistic_timer()
496 .callback = (esp_timer_cb_t)handle_sync_timeout, in create_sync_timer()
177 tca.callback = (esp_timer_cb_t)alarm_cb_handler; in osi_alarm_new()