Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Dmcpwm_types.h29 MCPWM_TIMER_COUNT_MODE_UP, /*!< MCPWM timer counting up */ enumerator
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h329 case MCPWM_TIMER_COUNT_MODE_UP: in mcpwm_ll_timer_set_count_mode()
345 return MCPWM_TIMER_COUNT_MODE_UP; in mcpwm_ll_timer_get_count_mode()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dmcpwm_ll.h323 case MCPWM_TIMER_COUNT_MODE_UP: in mcpwm_ll_timer_set_count_mode()
339 return MCPWM_TIMER_COUNT_MODE_UP; in mcpwm_ll_timer_get_count_mode()
/hal_espressif-3.6.0/components/driver/
Dmcpwm.c308 case MCPWM_TIMER_COUNT_MODE_UP: in mcpwm_set_duty_type()