Home
last modified time | relevance | path

Searched refs:MCPWM_SELECT_CAP2 (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/driver/test/
Dtest_pwm.c41 …mcpwm_capture_signal_t cap_sig_array[] = {MCPWM_SELECT_CAP0, MCPWM_SELECT_CAP1, MCPWM_SELECT_CAP2};
405 if (cap_channel == MCPWM_SELECT_CAP2 && cap_timestamp[1] != 0) { in mcpwm_swsync_test()
431 TEST_ESP_OK(mcpwm_capture_enable_channel(unit, MCPWM_SELECT_CAP2, &conf)); in mcpwm_swsync_test()
/hal_espressif-3.6.0/components/driver/include/driver/
Dmcpwm.h253 MCPWM_SELECT_CAP2, /*!<Select CAP2 as input*/ enumerator