Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/test/
Dtest_pwm.c41 const static mcpwm_capture_signal_t cap_sig_array[] = {MCPWM_SELECT_CAP0, MCPWM_SELECT_CAP1, MCPWM_…
402 if (cap_channel == MCPWM_SELECT_CAP1 && cap_timestamp[1] == 0) { in mcpwm_swsync_test()
430 TEST_ESP_OK(mcpwm_capture_enable_channel(unit, MCPWM_SELECT_CAP1, &conf)); in mcpwm_swsync_test()
/hal_espressif-3.6.0/components/driver/include/driver/
Dmcpwm.h252 MCPWM_SELECT_CAP1, /*!<Select CAP1 as input*/ enumerator