Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/driver/test/
Dtest_pwm.c461 TEST_ESP_OK(mcpwm_capture_disable_channel(unit, i)); in mcpwm_swsync_test()
521 TEST_ESP_OK(mcpwm_capture_disable_channel(unit, cap_channel)); in mcpwm_capture_test()
/hal_espressif-3.4.0/components/driver/include/driver/
Dmcpwm.h800 esp_err_t mcpwm_capture_disable_channel(mcpwm_unit_t mcpwm_num, mcpwm_capture_channel_id_t cap_chan…
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Dmcpwm.rst160 … anymore, the capture functionality may be disabled with :cpp:func:`mcpwm_capture_disable_channel`.
/hal_espressif-3.4.0/components/driver/
Dmcpwm.c846 esp_err_t mcpwm_capture_disable_channel(mcpwm_unit_t mcpwm_num, mcpwm_capture_channel_id_t cap_chan… in mcpwm_capture_disable_channel() function