pub unsafe extern "C" fn mcpwm_generator_set_action_on_timer_event(
    gen: mcpwm_gen_handle_t,
    ev_act: mcpwm_gen_timer_event_action_t
) -> esp_err_t
Expand description

@brief Set generator action on MCPWM timer event

@param[in] gen MCPWM generator handle, allocated by mcpwm_new_generator() @param[in] ev_act MCPWM timer event action, can be constructed by MCPWM_GEN_TIMER_EVENT_ACTION helper macro @return - ESP_OK: Set generator action successfully - ESP_ERR_INVALID_ARG: Set generator action failed because of invalid argument - ESP_ERR_INVALID_STATE: Set generator action failed because of timer is not connected to operator - ESP_FAIL: Set generator action failed because of other error