Function esp_idf_sys::mcpwm_capture_timer_start
source ยท pub unsafe extern "C" fn mcpwm_capture_timer_start(
cap_timer: mcpwm_cap_timer_handle_t,
) -> esp_err_t
Expand description
@brief Start MCPWM capture timer
@param[in] cap_timer MCPWM capture timer, allocated by mcpwm_new_capture_timer()
@return
- ESP_OK: Start MCPWM capture timer successfully
- ESP_ERR_INVALID_ARG: Start MCPWM capture timer failed because of invalid argument
- ESP_FAIL: Start MCPWM capture timer failed because of other error