Searched defs:timer_val (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.5.0/components/esp_timer/src/ |
D | esp_timer_impl_frc_legacy.c | 184 uint32_t timer_val; in esp_timer_impl_get_time() local
|
/hal_espressif-3.5.0/components/driver/ |
D | timer.c | 49 …_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/ |
D | timer_hal.h | 109 #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/ |
D | timer_ll.h | 104 …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/ |
D | timer_ll.h | 104 …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/ |
D | timer_ll.h | 109 …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/ |
D | timer_ll.h | 109 …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/ |
D | timer_ll.h | 109 …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/ |
D | test_timer.c | 61 uint64_t timer_val; in test_timer_group_isr_cb() local
|
/hal_espressif-3.5.0/components/driver/include/driver/ |
D | mcpwm.h | 322 …uint32_t timer_val; /*!<Counter value to be set after sync, in 0 ~ 999, uni… member
|