Home
last modified time | relevance | path

Searched defs:timer_val (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.5.0/components/esp_timer/src/
Desp_timer_impl_frc_legacy.c184 uint32_t timer_val; in esp_timer_impl_get_time() local
/hal_espressif-3.5.0/components/driver/
Dtimer.c49 …_err_t timer_get_counter_value(timer_group_t group_num, timer_idx_t timer_num, uint64_t *timer_val) in timer_get_counter_value()
67 uint64_t timer_val; in timer_get_counter_time_sec() local
/hal_espressif-3.5.0/components/hal/include/hal/
Dtimer_hal.h109 #define timer_hal_get_counter_value(hal, timer_val) timer_ll_get_counter_value((hal)->dev, (hal)->… argument
/hal_espressif-3.5.0/components/hal/esp32/include/hal/
Dtimer_ll.h104 …NE_ATTR void timer_ll_get_counter_value(timg_dev_t *hw, timer_idx_t timer_num, uint64_t *timer_val) in timer_ll_get_counter_value()
/hal_espressif-3.5.0/components/hal/esp32s2/include/hal/
Dtimer_ll.h104 …NE_ATTR void timer_ll_get_counter_value(timg_dev_t *hw, timer_idx_t timer_num, uint64_t *timer_val) in timer_ll_get_counter_value()
/hal_espressif-3.5.0/components/hal/esp32c3/include/hal/
Dtimer_ll.h109 …NE_ATTR void timer_ll_get_counter_value(timg_dev_t *hw, timer_idx_t timer_num, uint64_t *timer_val) in timer_ll_get_counter_value()
/hal_espressif-3.5.0/components/hal/esp32h2/include/hal/
Dtimer_ll.h109 …NE_ATTR void timer_ll_get_counter_value(timg_dev_t *hw, timer_idx_t timer_num, uint64_t *timer_val) in timer_ll_get_counter_value()
/hal_espressif-3.5.0/components/hal/esp32s3/include/hal/
Dtimer_ll.h109 …NE_ATTR void timer_ll_get_counter_value(timg_dev_t *hw, timer_idx_t timer_num, uint64_t *timer_val) in timer_ll_get_counter_value()
/hal_espressif-3.5.0/components/driver/test/
Dtest_timer.c61 uint64_t timer_val; in test_timer_group_isr_cb() local
/hal_espressif-3.5.0/components/driver/include/driver/
Dmcpwm.h322 …uint32_t timer_val; /*!<Counter value to be set after sync, in 0 ~ 999, uni… member