Home
last modified time | relevance | path

Searched refs:MCPWM_SWSYNC_SOURCE_TEZ (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/driver/include/driver/
Dmcpwm.h154 MCPWM_SWSYNC_SOURCE_TEZ, /*!<sync signal generated when timer counts to zero*/ enumerator
/hal_espressif-3.6.0/components/driver/test/
Dtest_pwm.c442 TEST_ESP_OK(mcpwm_set_timer_sync_output(unit, MCPWM_TIMER_0, MCPWM_SWSYNC_SOURCE_TEZ)); in mcpwm_swsync_test()
/hal_espressif-3.6.0/components/driver/
Dmcpwm.c992 case MCPWM_SWSYNC_SOURCE_TEZ: in mcpwm_set_timer_sync_output()