Home
last modified time | relevance | path

Searched defs:counter_en (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/hal/include/hal/
Dtimer_types.h123 timer_start_t counter_en; /*!< Counter enable */ member
Dtimer_hal.h132 #define timer_hal_set_counter_enable(hal, counter_en) timer_ll_set_counter_enable((hal)->dev, (hal… argument
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dtimer_ll.h148 …NLINE_ATTR void timer_ll_set_counter_enable(timg_dev_t *hw, timer_idx_t timer_num, bool counter_en) in timer_ll_set_counter_enable()
/device/soc/esp/esp32/components/driver/
Dtimer.c457 …set_counter_enable_in_isr(timer_group_t group_num, timer_idx_t timer_num, timer_start_t counter_en) in timer_group_set_counter_enable_in_isr()