PEController BSP v4
Board Support Package for PEController from Taraz Technologies
 
Loading...
Searching...
No Matches

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.
 

Detailed Description

Function Documentation

◆ GridTie_EnableBoost()

device_err_t GridTie_EnableBoost ( grid_tie_t gridTie,
bool  en 
)
extern
Parameters
gridTiePointer to the grid tie structure
entrue if needs to be enabled else false
Returns
ERR_OK if command successfully run else some other error

◆ GridTie_EnableInverter()

device_err_t GridTie_EnableInverter ( grid_tie_t gridTie,
bool  en 
)
extern
Parameters
gridTiePointer to the grid tie structure
entrue if needs to be enabled else false
Returns
ERR_OK if command successfully run else some other error

◆ GridTieControl_Init()

void GridTieControl_Init ( grid_tie_t gridTie,
PWMResetCallback  pwmResetCallback 
)
extern
Parameters
gridTiePointer to the grid tie structure
pwmResetCallbackFunction callback issued after each PWM completion

◆ GridTieControl_Loop()

void GridTieControl_Loop ( grid_tie_t gridTie)
extern
Parameters
gridTiePointer to the grid tie structure