Searched refs:oper_id (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | mcpwm_hal.c | 34 void mcpwm_hal_operator_reset(mcpwm_hal_context_t *hal, int oper_id) in mcpwm_hal_operator_reset() argument 37 mcpwm_ll_operator_stop_update_action(hal->dev, oper_id, false); in mcpwm_hal_operator_reset() 38 mcpwm_ll_operator_update_action_at_once(hal->dev, oper_id); in mcpwm_hal_operator_reset() 39 mcpwm_ll_deadtime_stop_update_delay(hal->dev, oper_id, false); in mcpwm_hal_operator_reset() 40 mcpwm_ll_deadtime_update_delay_at_once(hal->dev, oper_id); in mcpwm_hal_operator_reset() 42 mcpwm_ll_operator_stop_update_compare(hal->dev, oper_id, i, false); in mcpwm_hal_operator_reset() 43 mcpwm_ll_operator_update_compare_at_once(hal->dev, oper_id, i); in mcpwm_hal_operator_reset() 45 mcpwm_ll_brake_enable_cbc_refresh_on_tez(hal->dev, oper_id, false); in mcpwm_hal_operator_reset() 46 mcpwm_ll_fault_enable_cbc_refresh_on_tep(hal->dev, oper_id, false); in mcpwm_hal_operator_reset() 47 mcpwm_ll_brake_enable_soft_cbc(hal->dev, oper_id, false); in mcpwm_hal_operator_reset() [all …]
|
/hal_espressif-latest/components/hal/include/hal/ |
D | mcpwm_hal.h | 66 void mcpwm_hal_operator_reset(mcpwm_hal_context_t *hal, int oper_id); 75 void mcpwm_hal_generator_reset(mcpwm_hal_context_t *hal, int oper_id, int gen_id);
|