Publicly accessible data buffer of most recent runtime data values. More...
#include <psfb_droop.X/sources/pwrctrl/pwrctrl_typedef.h>
Data Fields | |
uint16_t | VInVoltage |
Data value for input voltage. | |
uint16_t | VOutVoltage |
Data value for output voltage. | |
uint16_t | VCapVoltage |
Data value for capacitor. | |
uint16_t | ISensePrimary |
Data value for primary current as measured with CT. | |
uint16_t | IPriSensorOffset |
Offset of the primary current sensor. | |
uint16_t | ISenseSecondary |
Data value for secondary current as measured with shunt. | |
uint16_t | ISecAverage |
Data value for average secondary current. | |
uint16_t | ISecAverageRectified |
Data value for average secondary current rectified. | |
uint16_t | ISecSensorOffset |
Offset of the secondary current sensor. | |
int16_t | SecPower |
Data value for Secondary power (Watt) | |
uint16_t | Temperature |
Data value for temperature. | |
uint16_t | VRail_5V |
Data value for 5V auxiliary rail. | |
uint16_t | Channel_AN15 |
Channel 15. | |
This data structure is used to store the feedback values of the most recent runtime data values.
Definition at line 58 of file pwrctrl_typedef.h.
uint16_t Channel_AN15 |
Definition at line 77 of file pwrctrl_typedef.h.
uint16_t IPriSensorOffset |
Definition at line 65 of file pwrctrl_typedef.h.
uint16_t ISecAverage |
Definition at line 68 of file pwrctrl_typedef.h.
uint16_t ISecAverageRectified |
Definition at line 69 of file pwrctrl_typedef.h.
uint16_t ISecSensorOffset |
Definition at line 70 of file pwrctrl_typedef.h.
uint16_t ISensePrimary |
Definition at line 64 of file pwrctrl_typedef.h.
uint16_t ISenseSecondary |
Definition at line 67 of file pwrctrl_typedef.h.
int16_t SecPower |
Definition at line 72 of file pwrctrl_typedef.h.
uint16_t Temperature |
Definition at line 74 of file pwrctrl_typedef.h.
uint16_t VCapVoltage |
Definition at line 62 of file pwrctrl_typedef.h.
uint16_t VInVoltage |
Definition at line 60 of file pwrctrl_typedef.h.
uint16_t VOutVoltage |
Definition at line 61 of file pwrctrl_typedef.h.
uint16_t VRail_5V |
Definition at line 75 of file pwrctrl_typedef.h.