|
| pwrctrl.c |
| Contains power control initialization including control loop initialization and start-up initialization, and the power control execution.
|
|
| pwrctrl.h |
|
| pwrctrl_comm_interface.c |
| Contains power control interface with communication/gui.
|
|
| pwrctrl_comm_interface.h |
| Contains public functions relevant for power control communication interface.
|
|
| pwrctrl_common.c |
| Contains generic functions that handles power control ramp Up/Down and the averaging generic function.
|
|
| pwrctrl_common.h |
| Contains the power control reusable functions.
|
|
| pwrctrl_isr.c |
| Contains Control loop interrupt Callback that acquires the ADC raw data and process it in the control loop, and use the control output for the PWM distribution for this converter.
|
|
| pwrctrl_isr.h |
| Contains public function relevant for power control interrupt.
|
|
| pwrctrl_isr_extension.c |
| Contains some of the functions used in the interrupt service routine of control loop.
|
|
| pwrctrl_pwm.c |
| Contains PSFB control phase calculation between primary and secondary, and the PWM distribution.
|
|
| pwrctrl_pwm.h |
| Contains public functions for PWM.
|
|
| pwrctrl_sm.c |
| Contains power control state machine functions that is executed every 100us.
|
|
| pwrctrl_typedef.h |
|