Searched defs:load_val (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | timer_hal.c | 42 void timer_hal_set_counter_value(timer_hal_context_t *hal, uint64_t load_val) in timer_hal_set_counter_value()
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | timer_ll.h | 187 static inline void timer_ll_set_reload_value(timg_dev_t *hw, uint32_t timer_num, uint64_t load_val) in timer_ll_set_reload_value()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | timer_ll.h | 183 static inline void timer_ll_set_reload_value(timg_dev_t *hw, uint32_t timer_num, uint64_t load_val) in timer_ll_set_reload_value()
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | timer_ll.h | 183 static inline void timer_ll_set_reload_value(timg_dev_t *hw, uint32_t timer_num, uint64_t load_val) in timer_ll_set_reload_value()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | timer_ll.h | 183 static inline void timer_ll_set_reload_value(timg_dev_t *hw, uint32_t timer_num, uint64_t load_val) in timer_ll_set_reload_value()
|
/hal_espressif-latest/components/driver/deprecated/ |
D | timer_legacy.c | 88 esp_err_t timer_set_counter_value(timer_group_t group_num, timer_idx_t timer_num, uint64_t load_val) in timer_set_counter_value()
|