Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_bldc_hall_control/main/
Dmcpwm_bldc_hall_control_example_main.c218 …UP, BLDC_MCPWM_TIMER_U, BLDC_DRV_OVER_CURRENT_FAULT, MCPWM_ACTION_FORCE_LOW, MCPWM_ACTION_FORCE_LO… in app_main()
219 …UP, BLDC_MCPWM_TIMER_V, BLDC_DRV_OVER_CURRENT_FAULT, MCPWM_ACTION_FORCE_LOW, MCPWM_ACTION_FORCE_LO… in app_main()
220 …UP, BLDC_MCPWM_TIMER_W, BLDC_DRV_OVER_CURRENT_FAULT, MCPWM_ACTION_FORCE_LOW, MCPWM_ACTION_FORCE_LO… in app_main()
/hal_espressif-3.6.0/components/driver/
Dmcpwm.c312 …_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, gen, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type()
318 …event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_ZERO, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type()
319 …event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, MCPWM_TIMER_EVENT_PEAK, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type()
320 …_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, gen, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type()
329 …ent(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_PEAK, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type()
335 …ction_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, gen, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type()
337 …ent(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_PEAK, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type()
338 …ent(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, MCPWM_TIMER_EVENT_ZERO, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type()
339 …ction_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_DOWN, gen, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type()
349 …_action_on_compare_event(hal->dev, op, gen, MCPWM_TIMER_DIRECTION_UP, gen, MCPWM_ACTION_FORCE_LOW); in mcpwm_set_duty_type()
[all …]
/hal_espressif-3.6.0/components/driver/test/
Dtest_pwm.c267 if (action_a == MCPWM_ACTION_FORCE_LOW) { in mcpwm_check_generator_level_on_fault()
273 if (action_b == MCPWM_ACTION_FORCE_LOW) { in mcpwm_check_generator_level_on_fault()
282 mcpwm_action_on_pwmxa_t action_a[] = {MCPWM_ACTION_FORCE_LOW, MCPWM_ACTION_FORCE_HIGH}; in mcpwm_fault_cbc_test()
283 mcpwm_action_on_pwmxb_t action_b[] = {MCPWM_ACTION_FORCE_LOW, MCPWM_ACTION_FORCE_HIGH}; in mcpwm_fault_cbc_test()
318 mcpwm_action_on_pwmxa_t action_a[] = {MCPWM_ACTION_FORCE_LOW, MCPWM_ACTION_FORCE_HIGH}; in mcpwm_fault_ost_test()
319 mcpwm_action_on_pwmxb_t action_b[] = {MCPWM_ACTION_FORCE_LOW, MCPWM_ACTION_FORCE_HIGH}; in mcpwm_fault_ost_test()
/hal_espressif-3.6.0/components/driver/include/driver/
Dmcpwm.h228 MCPWM_ACTION_FORCE_LOW, /*!<Make output low*/ enumerator
236 #define MCPWM_FORCE_MCPWMXA_LOW MCPWM_ACTION_FORCE_LOW /*!< @deprecated Make MCPWMXA outpu…
243 #define MCPWM_FORCE_MCPWMXB_LOW MCPWM_ACTION_FORCE_LOW /*!< @deprecated Make MCPWMXB outpu…