You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The half bridge driver should be reworked to allow having multiple phases in parallel. This might also lead to a more generic complementary PWM signal driver that can be upstreamed to Zephyr.
Name suggestions:
half_bridge (as it is now)
sync_pwm
complementary_pwm (possibly the more correct term, but very long)
cpwm (short for complementary_pwm)
New features:
Synchronize multiple channels / phases for multi-phase buck converter
Improved API naming:
cpwm_get_period_ticks instead of half_bridge_get_arr
cpwm_get_pulse_ticks instead of half_bridge_get_ccr
The text was updated successfully, but these errors were encountered:
The half bridge driver should be reworked to allow having multiple phases in parallel. This might also lead to a more generic complementary PWM signal driver that can be upstreamed to Zephyr.
Name suggestions:
half_bridge
(as it is now)sync_pwm
complementary_pwm
(possibly the more correct term, but very long)cpwm
(short forcomplementary_pwm
)New features:
Improved API naming:
cpwm_get_period_ticks
instead ofhalf_bridge_get_arr
cpwm_get_pulse_ticks
instead ofhalf_bridge_get_ccr
The text was updated successfully, but these errors were encountered: