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

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.
 

Detailed Description

Function Documentation

◆ OpenLoopVfControl_Activate()

void OpenLoopVfControl_Activate ( openloopvf_config_t config,
bool  activate 
)
extern
Parameters
configPointer to the inverter structure
activateen true if needs to be enabled else false

◆ OpenLoopVfControl_Init()

void OpenLoopVfControl_Init ( openloopvf_config_t config,
PWMResetCallback  pwmResetCallback 
)
extern
Parameters
configPointer to the configuration structure
pwmResetCallbackFunction callback issued after each PWM completion

◆ OpenLoopVfControl_Loop()

void OpenLoopVfControl_Loop ( openloopvf_config_t config)
extern
Parameters
configPointer to the inverter structure