Home
last modified time | relevance | path

Searched refs:GPTIMER_COUNT_UP (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dtimer_types.h26 GPTIMER_COUNT_UP, /*!< Increase count value */ enumerator
/hal_espressif-latest/components/driver/deprecated/driver/
Dtimer_types_legacy.h60 TIMER_COUNT_UP = GPTIMER_COUNT_UP, /*!< Ascending Count from Zero*/
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtimer_ll.h114 hw->hw_timer[timer_num].config.tx_increase = direction == GPTIMER_COUNT_UP; in timer_ll_set_count_direction()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtimer_ll.h118 hw->hw_timer[timer_num].config.tx_increase = direction == GPTIMER_COUNT_UP; in timer_ll_set_count_direction()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtimer_ll.h117 hw->hw_timer[timer_num].config.tn_increase = (direction == GPTIMER_COUNT_UP); in timer_ll_set_count_direction()
/hal_espressif-latest/components/hal/esp32c2/include/hal/
Dtimer_ll.h114 hw->hw_timer[timer_num].config.tx_increase = direction == GPTIMER_COUNT_UP; in timer_ll_set_count_direction()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtimer_ll.h114 hw->hw_timer[timer_num].config.tx_increase = direction == GPTIMER_COUNT_UP; in timer_ll_set_count_direction()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dtimer_ll.h156 hw->hw_timer[timer_num].config.tx_increase = (direction == GPTIMER_COUNT_UP); in timer_ll_set_count_direction()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dtimer_ll.h156 hw->hw_timer[timer_num].config.tx_increase = (direction == GPTIMER_COUNT_UP); in timer_ll_set_count_direction()