Home
last modified time | relevance | path

Searched refs:MCPWM_TIMER_COUNT_MODE_DOWN (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dmcpwm_types.h66 MCPWM_TIMER_COUNT_MODE_DOWN, /*!< MCPWM timer counting down */ enumerator
/hal_espressif-latest/components/hal/esp32/include/hal/
Dmcpwm_ll.h280 case MCPWM_TIMER_COUNT_MODE_DOWN: in mcpwm_ll_timer_set_count_mode()
1601 return MCPWM_TIMER_COUNT_MODE_DOWN; in mcpwm_ll_timer_get_count_mode()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h280 case MCPWM_TIMER_COUNT_MODE_DOWN: in mcpwm_ll_timer_set_count_mode()
1613 return MCPWM_TIMER_COUNT_MODE_DOWN; in mcpwm_ll_timer_get_count_mode()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmcpwm_ll.h291 case MCPWM_TIMER_COUNT_MODE_DOWN: in mcpwm_ll_timer_set_count_mode()
1625 return MCPWM_TIMER_COUNT_MODE_DOWN; in mcpwm_ll_timer_get_count_mode()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dmcpwm_ll.h289 case MCPWM_TIMER_COUNT_MODE_DOWN: in mcpwm_ll_timer_set_count_mode()
1623 return MCPWM_TIMER_COUNT_MODE_DOWN; in mcpwm_ll_timer_get_count_mode()
/hal_espressif-latest/components/driver/deprecated/
Dmcpwm_legacy.c355 case MCPWM_TIMER_COUNT_MODE_DOWN: in mcpwm_set_duty_type()