Bar Logo Dual Active Bridge Development Board (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
Primary Voltage Feedback

Declaration of Primary Voltage Feedback parameters, fault configuration and macros. More...

+ Collaboration diagram for Primary Voltage Feedback:

Modules

 Conversion Macros
 Conversion macros for user-declarations of Primary Voltage Feedback parameters.
 
#define VPRI_OV_THRES_TRIG_VOLTS   (float)(700.0)
 
#define VPRI_OV_THRES_CLEAR_VOLTS   (float)(600.0)
 
#define VPRI_OV_T_BLANK_TRIG_SEC   (float) (0.0)
 
#define VPRI_OV_T_BLANK_CLEAR_SEC   (float) (0.0)
 
#define VPRI_OV_TICK_SEC   (T_ADC_SAMPLE_SECS)
 
#define VPRI_UV_THRES_TRIG_VOLTS   (float)(300.0)
 
#define VPRI_UV_THRES_CLEAR_VOLTS   (float)(200.0)
 
#define VPRI_UV_T_BLANK_TRIG_SEC   (float) (0.0)
 
#define VPRI_UV_T_BLANK_CLEAR_SEC   (float) (0.0)
 
#define VPRI_UV_TICK_SEC   (T_ADC_SAMPLE_SECS)
 
#define VPRI_SNS_GAIN   (float)(3.600e-3)
 
#define VPRI_SNS_OFS   (0.0)
 
#define VPRI_VOLTAGE_GAIN   (float)0.2229
 

Detailed Description

Declaration of Primary Voltage Feedback parameters, fault configuration and macros

Macro Definition Documentation

◆ VPRI_OV_T_BLANK_CLEAR_SEC

#define VPRI_OV_T_BLANK_CLEAR_SEC   (float) (0.0)

Definition at line 107 of file config.h.

◆ VPRI_OV_T_BLANK_TRIG_SEC

#define VPRI_OV_T_BLANK_TRIG_SEC   (float) (0.0)

Definition at line 106 of file config.h.

◆ VPRI_OV_THRES_CLEAR_VOLTS

#define VPRI_OV_THRES_CLEAR_VOLTS   (float)(600.0)

Definition at line 101 of file config.h.

◆ VPRI_OV_THRES_TRIG_VOLTS

#define VPRI_OV_THRES_TRIG_VOLTS   (float)(700.0)

Definition at line 100 of file config.h.

◆ VPRI_OV_TICK_SEC

#define VPRI_OV_TICK_SEC   (T_ADC_SAMPLE_SECS)

Definition at line 108 of file config.h.

◆ VPRI_SNS_GAIN

#define VPRI_SNS_GAIN   (float)(3.600e-3)

Definition at line 19 of file hardware.h.

◆ VPRI_SNS_OFS

#define VPRI_SNS_OFS   (0.0)

Definition at line 20 of file hardware.h.

◆ VPRI_UV_T_BLANK_CLEAR_SEC

#define VPRI_UV_T_BLANK_CLEAR_SEC   (float) (0.0)

Definition at line 118 of file config.h.

◆ VPRI_UV_T_BLANK_TRIG_SEC

#define VPRI_UV_T_BLANK_TRIG_SEC   (float) (0.0)

Definition at line 117 of file config.h.

◆ VPRI_UV_THRES_CLEAR_VOLTS

#define VPRI_UV_THRES_CLEAR_VOLTS   (float)(200.0)

Definition at line 112 of file config.h.

◆ VPRI_UV_THRES_TRIG_VOLTS

#define VPRI_UV_THRES_TRIG_VOLTS   (float)(300.0)

Definition at line 111 of file config.h.

◆ VPRI_UV_TICK_SEC

#define VPRI_UV_TICK_SEC   (T_ADC_SAMPLE_SECS)

Definition at line 119 of file config.h.

◆ VPRI_VOLTAGE_GAIN

#define VPRI_VOLTAGE_GAIN   (float)0.2229

Definition at line 23 of file hardware.h.