Home
last modified time | relevance | path

Searched refs:timer_expire (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/common/osi/include/osi/
Dalarm.h47 …m_new(const char *alarm_name, osi_alarm_callback_t callback, void *data, period_ms_t timer_expire);
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dets_sys.h191 uint32_t timer_expire; /**< abstruct time when timer expire*/ member
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Dets_sys.h191 uint32_t timer_expire; /**< abstruct time when timer expire*/ member
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Dets_sys.h191 uint32_t timer_expire; /**< abstruct time when timer expire*/ member
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dets_sys.h181 uint32_t timer_expire; /**< abstruct time when timer expire*/ member
/hal_espressif-latest/components/esp_timer/src/
Dets_timer_legacy.c44 #define TIMER_INITIALIZED_FIELD(p_ets_timer) ((p_ets_timer)->timer_expire)
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dets_sys.h203 uint32_t timer_expire; /**< abstruct time when timer expire*/ member
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Dets_sys.h201 uint32_t timer_expire; /**< abstruct time when timer expire*/ member
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dets_sys.h286 uint32_t timer_expire; /**< abstruct time when timer expire*/ member
/hal_espressif-latest/components/bt/common/osi/
Dalarm.c155 …rm_new(const char *alarm_name, osi_alarm_callback_t callback, void *data, period_ms_t timer_expire) in osi_alarm_new() argument