/hal_espressif-latest/components/esp_timer/src/ |
D | esp_timer.c | 170 esp_err_t IRAM_ATTR esp_timer_restart(esp_timer_handle_t timer, uint64_t timeout_us) in esp_timer_restart() 220 esp_err_t IRAM_ATTR esp_timer_start_once(esp_timer_handle_t timer, uint64_t timeout_us) in esp_timer_start_once() 254 esp_err_t IRAM_ATTR esp_timer_start_periodic(esp_timer_handle_t timer, uint64_t period_us) in esp_timer_start_periodic() 285 esp_err_t IRAM_ATTR esp_timer_stop(esp_timer_handle_t timer) in esp_timer_stop() 305 esp_err_t esp_timer_delete(esp_timer_handle_t timer) in esp_timer_delete() 332 static IRAM_ATTR esp_err_t timer_insert(esp_timer_handle_t timer, bool without_update_alarm) in timer_insert() 360 static IRAM_ATTR esp_err_t timer_remove(esp_timer_handle_t timer) in timer_remove() 383 static IRAM_ATTR void timer_insert_inactive(esp_timer_handle_t timer) in timer_insert_inactive() 397 static IRAM_ATTR void timer_remove_inactive(esp_timer_handle_t timer) in timer_remove_inactive() 404 static IRAM_ATTR bool timer_armed(esp_timer_handle_t timer) in timer_armed()
|
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/ |
D | bt_defs.h | 39 #define alarm_timer_setfn(timer, cb, data) \ argument 42 #define alarm_timer_arm(timer, to, periodic) \ argument 45 #define alarm_timer_disarm(timer) \ argument
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | timer_ll.h | 27 #define TIMER_LL_ETM_TASK_TABLE(group, timer, task) \ argument 44 #define TIMER_LL_ETM_EVENT_TABLE(group, timer, event) \ argument
|
D | mcpwm_ll.h | 34 #define MCPWM_LL_EVENT_TIMER_STOP(timer) (1 << (timer)) argument 35 #define MCPWM_LL_EVENT_TIMER_EMPTY(timer) (1 << ((timer) + 3)) argument 36 #define MCPWM_LL_EVENT_TIMER_FULL(timer) (1 << ((timer) + 6)) argument 37 #define MCPWM_LL_EVENT_TIMER_MASK(timer) (MCPWM_LL_EVENT_TIMER_STOP(timer) | MCPWM_LL_EVENT_TIM… argument 472 static inline void mcpwm_ll_timer_set_gpio_sync_input(mcpwm_dev_t *mcpwm, int timer, int gpio_sync_… in mcpwm_ll_timer_set_gpio_sync_input() 485 static inline void mcpwm_ll_timer_set_timer_sync_input(mcpwm_dev_t *mcpwm, int timer, int timer_syn… in mcpwm_ll_timer_set_timer_sync_input() 497 static inline void mcpwm_ll_timer_clear_sync_input(mcpwm_dev_t *mcpwm, int timer) in mcpwm_ll_timer_clear_sync_input()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | timer_ll.h | 27 #define TIMER_LL_ETM_TASK_TABLE(group, timer, task) \ argument 44 #define TIMER_LL_ETM_EVENT_TABLE(group, timer, event) \ argument
|
D | mcpwm_ll.h | 32 #define MCPWM_LL_EVENT_TIMER_STOP(timer) (1 << (timer)) argument 33 #define MCPWM_LL_EVENT_TIMER_EMPTY(timer) (1 << ((timer) + 3)) argument 34 #define MCPWM_LL_EVENT_TIMER_FULL(timer) (1 << ((timer) + 6)) argument 35 #define MCPWM_LL_EVENT_TIMER_MASK(timer) (MCPWM_LL_EVENT_TIMER_STOP(timer) | MCPWM_LL_EVENT_TIM… argument 470 static inline void mcpwm_ll_timer_set_gpio_sync_input(mcpwm_dev_t *mcpwm, int timer, int gpio_sync_… in mcpwm_ll_timer_set_gpio_sync_input() 483 static inline void mcpwm_ll_timer_set_timer_sync_input(mcpwm_dev_t *mcpwm, int timer, int timer_syn… in mcpwm_ll_timer_set_timer_sync_input() 495 static inline void mcpwm_ll_timer_clear_sync_input(mcpwm_dev_t *mcpwm, int timer) in mcpwm_ll_timer_clear_sync_input()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | mcpwm_ll.h | 32 #define MCPWM_LL_EVENT_TIMER_STOP(timer) (1 << (timer)) argument 33 #define MCPWM_LL_EVENT_TIMER_EMPTY(timer) (1 << ((timer) + 3)) argument 34 #define MCPWM_LL_EVENT_TIMER_FULL(timer) (1 << ((timer) + 6)) argument 35 #define MCPWM_LL_EVENT_TIMER_MASK(timer) (MCPWM_LL_EVENT_TIMER_STOP(timer) | MCPWM_LL_EVENT_TIM… argument 461 static inline void mcpwm_ll_timer_set_gpio_sync_input(mcpwm_dev_t *mcpwm, int timer, int gpio_sync_… in mcpwm_ll_timer_set_gpio_sync_input() 474 static inline void mcpwm_ll_timer_set_timer_sync_input(mcpwm_dev_t *mcpwm, int timer, int timer_syn… in mcpwm_ll_timer_set_timer_sync_input() 486 static inline void mcpwm_ll_timer_clear_sync_input(mcpwm_dev_t *mcpwm, int timer) in mcpwm_ll_timer_clear_sync_input()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | mcpwm_ll.h | 32 #define MCPWM_LL_EVENT_TIMER_STOP(timer) (1 << (timer)) argument 33 #define MCPWM_LL_EVENT_TIMER_EMPTY(timer) (1 << ((timer) + 3)) argument 34 #define MCPWM_LL_EVENT_TIMER_FULL(timer) (1 << ((timer) + 6)) argument 35 #define MCPWM_LL_EVENT_TIMER_MASK(timer) (MCPWM_LL_EVENT_TIMER_STOP(timer) | MCPWM_LL_EVENT_TIM… argument 449 static inline void mcpwm_ll_timer_set_gpio_sync_input(mcpwm_dev_t *mcpwm, int timer, int gpio_sync_… in mcpwm_ll_timer_set_gpio_sync_input() 462 static inline void mcpwm_ll_timer_set_timer_sync_input(mcpwm_dev_t *mcpwm, int timer, int timer_syn… in mcpwm_ll_timer_set_timer_sync_input() 474 static inline void mcpwm_ll_timer_clear_sync_input(mcpwm_dev_t *mcpwm, int timer) in mcpwm_ll_timer_clear_sync_input()
|
/hal_espressif-latest/components/esp_coex/esp32c3/ |
D | esp_coex_adapter.c | 102 void IRAM_ATTR esp_coex_common_timer_disarm_wrapper(void *timer) in esp_coex_common_timer_disarm_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32h2/ |
D | esp_coex_adapter.c | 101 void IRAM_ATTR esp_coex_common_timer_disarm_wrapper(void *timer) in esp_coex_common_timer_disarm_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c2/ |
D | esp_coex_adapter.c | 101 void IRAM_ATTR esp_coex_common_timer_disarm_wrapper(void *timer) in esp_coex_common_timer_disarm_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32c6/ |
D | esp_coex_adapter.c | 101 void IRAM_ATTR esp_coex_common_timer_disarm_wrapper(void *timer) in esp_coex_common_timer_disarm_wrapper()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/client/include/ |
D | client_common.h | 65 struct k_delayed_work timer; /* Time used to get response. Only for internal use. */ member
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_models/server/include/ |
D | server_common.h | 65 struct k_delayed_work timer; member
|
/hal_espressif-latest/zephyr/esp32/src/coex/ |
D | esp_coex_adapter.c | 107 void IRAM_ATTR esp_coex_common_timer_disarm_wrapper(void *timer) in esp_coex_common_timer_disarm_wrapper()
|
/hal_espressif-latest/zephyr/esp32c3/src/coex/ |
D | esp_coex_adapter.c | 108 void IRAM_ATTR esp_coex_common_timer_disarm_wrapper(void *timer) in esp_coex_common_timer_disarm_wrapper()
|
/hal_espressif-latest/zephyr/esp32s3/src/coex/ |
D | esp_coex_adapter.c | 106 void IRAM_ATTR esp_coex_common_timer_disarm_wrapper(void *timer) in esp_coex_common_timer_disarm_wrapper()
|
/hal_espressif-latest/zephyr/esp32c2/src/coex/ |
D | esp_coex_adapter.c | 103 void IRAM_ATTR esp_coex_common_timer_disarm_wrapper(void *timer) in esp_coex_common_timer_disarm_wrapper()
|
/hal_espressif-latest/zephyr/esp32c6/src/coex/ |
D | esp_coex_adapter.c | 108 void IRAM_ATTR esp_coex_common_timer_disarm_wrapper(void *timer) in esp_coex_common_timer_disarm_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32/ |
D | esp_coex_adapter.c | 104 void IRAM_ATTR esp_coex_common_timer_disarm_wrapper(void *timer) in esp_coex_common_timer_disarm_wrapper()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | net.h | 110 struct k_delayed_work timer; member 132 struct k_delayed_work timer; /* Repeat timer */ member 194 struct k_delayed_work timer; member
|
D | health_cli.c | 60 struct k_delayed_work *timer = NULL; in timeout_handler() local
|
/hal_espressif-latest/components/esp_coex/esp32s2/ |
D | esp_coex_adapter.c | 106 void IRAM_ATTR esp_coex_common_timer_disarm_wrapper(void *timer) in esp_coex_common_timer_disarm_wrapper()
|
/hal_espressif-latest/zephyr/esp32s2/src/coex/ |
D | esp_coex_adapter.c | 149 void IRAM_ATTR esp_coex_common_timer_disarm_wrapper(void *timer) in esp_coex_common_timer_disarm_wrapper()
|
/hal_espressif-latest/components/esp_coex/esp32s3/ |
D | esp_coex_adapter.c | 107 void IRAM_ATTR esp_coex_common_timer_disarm_wrapper(void *timer) in esp_coex_common_timer_disarm_wrapper()
|