Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_capture_hc_sr04/main/
Dmcpwm_capture_hc_sr04.c101 ESP_ERROR_CHECK(mcpwm_capture_enable_channel(MCPWM_UNIT_0, MCPWM_SELECT_CAP0, &conf)); in app_main()
/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_…
429 TEST_ESP_OK(mcpwm_capture_enable_channel(unit, MCPWM_SELECT_CAP0, &conf)); in mcpwm_swsync_test()
/hal_espressif-3.6.0/components/driver/include/driver/
Dmcpwm.h251 MCPWM_SELECT_CAP0, /*!<Select CAP0 as input*/ enumerator