Functions | |
| void | OpenLoopVfControl_Init (openloopvf_config_t *config, PWMResetCallback pwmResetCallback) |
| Initialize the grid tie controller. | |
| void | OpenLoopVfControl_Loop (openloopvf_config_t *config) |
| This function computes new duty cycles for the inverter in each cycle. | |
| void | OpenLoopVfControl_Activate (openloopvf_config_t *config, bool activate) |
| Activate/Deactivate the inverter. | |
|
extern |
| config | Pointer to the inverter structure |
| activate | en true if needs to be enabled else false |
|
extern |
| config | Pointer to the configuration structure |
| pwmResetCallback | Function callback issued after each PWM completion |
|
extern |
| config | Pointer to the inverter structure |