Functions | |
| void | GridTieControl_Init (grid_tie_t *gridTie, PWMResetCallback pwmResetCallback) |
| Initialize the grid tie controller. | |
| void | GridTieControl_Loop (grid_tie_t *gridTie) |
| This function computes new duty cycles for the inverter and boost in each cycle. | |
| device_err_t | GridTie_EnableBoost (grid_tie_t *gridTie, bool en) |
| Enable/Disable the boost converter for the grid tie controller. | |
| device_err_t | GridTie_EnableInverter (grid_tie_t *gridTie, bool en) |
| Enable/Disable the inverter for the grid tie controller. | |
|
extern |
| gridTie | Pointer to the grid tie structure |
| en | true if needs to be enabled else false |
ERR_OK if command successfully run else some other error
|
extern |
| gridTie | Pointer to the grid tie structure |
| en | true if needs to be enabled else false |
ERR_OK if command successfully run else some other error
|
extern |
| gridTie | Pointer to the grid tie structure |
| pwmResetCallback | Function callback issued after each PWM completion |
|
extern |
| gridTie | Pointer to the grid tie structure |