Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Dmcpwm_types.h65 MCPWM_TIMER_COUNT_MODE_UP, /*!< MCPWM timer counting up */ enumerator
/hal_espressif-latest/components/hal/esp32/include/hal/
Dmcpwm_ll.h277 case MCPWM_TIMER_COUNT_MODE_UP: in mcpwm_ll_timer_set_count_mode()
1599 return MCPWM_TIMER_COUNT_MODE_UP; in mcpwm_ll_timer_get_count_mode()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h277 case MCPWM_TIMER_COUNT_MODE_UP: in mcpwm_ll_timer_set_count_mode()
1611 return MCPWM_TIMER_COUNT_MODE_UP; in mcpwm_ll_timer_get_count_mode()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmcpwm_ll.h288 case MCPWM_TIMER_COUNT_MODE_UP: in mcpwm_ll_timer_set_count_mode()
1623 return MCPWM_TIMER_COUNT_MODE_UP; in mcpwm_ll_timer_get_count_mode()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dmcpwm_ll.h286 case MCPWM_TIMER_COUNT_MODE_UP: in mcpwm_ll_timer_set_count_mode()
1621 return MCPWM_TIMER_COUNT_MODE_UP; in mcpwm_ll_timer_get_count_mode()
/hal_espressif-latest/components/driver/deprecated/
Dmcpwm_legacy.c336 case MCPWM_TIMER_COUNT_MODE_UP: in mcpwm_set_duty_type()