Bar Logo Dual Active Bridge Development Board (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
CONTROLLER_s Struct Reference

Stores data related to the control loop properties. More...

#include <C:/MCU16Projects/bitbucket/dspic33ck-power-dcdc-dual-active-bridge-development-platform/dspic33ck-dab.X/sources/pwrctrl/pwrctrl_typedef.h>

+ Collaboration diagram for CONTROLLER_s:

Data Fields

int16_t Reference
 actual reference
 
uint16_t Feedback
 coming
 
uint16_t Output
 controller output
 
int16_t AgcFactor
 Adaptive gain control.
 
bool Enable
 Enable control loop.
 

Detailed Description

This data structure manages the control loop properties. The "output" is the output of the controller, "reference" is the actual reference currently being used, and "targetReference" is the desirable reference that the control loop should achieved.

Definition at line 118 of file pwrctrl_typedef.h.

Field Documentation

◆ AgcFactor

int16_t AgcFactor

Definition at line 123 of file pwrctrl_typedef.h.

◆ Enable

bool Enable

Definition at line 124 of file pwrctrl_typedef.h.

◆ Feedback

uint16_t Feedback

Definition at line 121 of file pwrctrl_typedef.h.

◆ Output

uint16_t Output

Definition at line 122 of file pwrctrl_typedef.h.

◆ Reference

int16_t Reference

Definition at line 120 of file pwrctrl_typedef.h.


The documentation for this struct was generated from the following file: