Home
last modified time | relevance | path

Searched refs:gen_id (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/
Dmcpwm_hal.c51 void mcpwm_hal_generator_reset(mcpwm_hal_context_t *hal, int oper_id, int gen_id) in mcpwm_hal_generator_reset() argument
53 mcpwm_ll_generator_reset_actions(hal->dev, oper_id, gen_id); in mcpwm_hal_generator_reset()
54 mcpwm_ll_gen_disable_continue_force_action(hal->dev, oper_id, gen_id); in mcpwm_hal_generator_reset()
55 mcpwm_ll_gen_disable_noncontinue_force_action(hal->dev, oper_id, gen_id); in mcpwm_hal_generator_reset()
/hal_espressif-latest/components/hal/include/hal/
Dmcpwm_hal.h75 void mcpwm_hal_generator_reset(mcpwm_hal_context_t *hal, int oper_id, int gen_id);