Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/driver/test/
Dtest_pwm.c372 TEST_ESP_OK(mcpwm_sync_disable(unit, timer)); in mcpwm_sync_test()
462 TEST_ESP_OK(mcpwm_sync_disable(unit, i)); in mcpwm_swsync_test()
/hal_espressif-3.4.0/components/driver/include/driver/
Dmcpwm.h865 esp_err_t mcpwm_sync_disable(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num);
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Dmcpwm.rst92 … disabling synchronization with :cpp:func:`mcpwm_sync_configure` or :cpp:func:`mcpwm_sync_disable`.
138 …ot required anymore, the capture functionality may be disabled with :cpp:func:`mcpwm_sync_disable`.
/hal_espressif-3.4.0/components/driver/
Dmcpwm.c947 esp_err_t mcpwm_sync_disable(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num) in mcpwm_sync_disable() function