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

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

+ Collaboration diagram for Secondary Voltage Feedback:

Modules

 Conversion Macros
 Conversion macros for user-declarations of Secondary Voltage Feedback parameters.
 
#define VSEC_OV_THRES_TRIG_VOLTS   (float)(500.0)
 
#define VSEC_OV_THRES_CLEAR_VOLTS   (float) (20.0)
 
#define VSEC_OV_T_BLANK_TRIG_SEC   (float) (1.0e-3)
 
#define VSEC_OV_T_BLANK_CLEAR_SEC   (float) (10.0e-3)
 
#define VSEC_OV_TICK_SEC   (T_ADC_SAMPLE_SECS)
 
#define VSEC_UV_THRES_TRIG_VOLTS   (float)(100.0)
 
#define VSEC_UV_THRES_CLEAR_VOLTS   (float) (50.0)
 
#define VSEC_UV_T_BLANK_TRIG_SEC   (float) (0.0)
 
#define VSEC_UV_T_BLANK_CLEAR_SEC   (float) (0.0)
 
#define VSEC_UV_TICK_SEC   (T_ADC_SAMPLE_SECS)
 
#define VSEC_LOAD_STEP_CLAMPING_VOLTS   (float) (16)
 
#define VPRIM_LOAD_STEP_CLAMPING_VOLTS   (float) (16)
 
#define VSEC_SNS_GAIN   (3.18e-3)
 

Detailed Description

Declaration of Secondary Voltage Feedback parameters, fault configuration and macros

Macro Definition Documentation

◆ VPRIM_LOAD_STEP_CLAMPING_VOLTS

#define VPRIM_LOAD_STEP_CLAMPING_VOLTS   (float) (16)

Definition at line 149 of file config.h.

◆ VSEC_LOAD_STEP_CLAMPING_VOLTS

#define VSEC_LOAD_STEP_CLAMPING_VOLTS   (float) (16)

Definition at line 148 of file config.h.

◆ VSEC_OV_T_BLANK_CLEAR_SEC

#define VSEC_OV_T_BLANK_CLEAR_SEC   (float) (10.0e-3)

Definition at line 134 of file config.h.

◆ VSEC_OV_T_BLANK_TRIG_SEC

#define VSEC_OV_T_BLANK_TRIG_SEC   (float) (1.0e-3)

Definition at line 133 of file config.h.

◆ VSEC_OV_THRES_CLEAR_VOLTS

#define VSEC_OV_THRES_CLEAR_VOLTS   (float) (20.0)

Definition at line 128 of file config.h.

◆ VSEC_OV_THRES_TRIG_VOLTS

#define VSEC_OV_THRES_TRIG_VOLTS   (float)(500.0)

Definition at line 127 of file config.h.

◆ VSEC_OV_TICK_SEC

#define VSEC_OV_TICK_SEC   (T_ADC_SAMPLE_SECS)

Definition at line 135 of file config.h.

◆ VSEC_SNS_GAIN

#define VSEC_SNS_GAIN   (3.18e-3)

Definition at line 32 of file hardware.h.

◆ VSEC_UV_T_BLANK_CLEAR_SEC

#define VSEC_UV_T_BLANK_CLEAR_SEC   (float) (0.0)

Definition at line 145 of file config.h.

◆ VSEC_UV_T_BLANK_TRIG_SEC

#define VSEC_UV_T_BLANK_TRIG_SEC   (float) (0.0)

Definition at line 144 of file config.h.

◆ VSEC_UV_THRES_CLEAR_VOLTS

#define VSEC_UV_THRES_CLEAR_VOLTS   (float) (50.0)

Definition at line 139 of file config.h.

◆ VSEC_UV_THRES_TRIG_VOLTS

#define VSEC_UV_THRES_TRIG_VOLTS   (float)(100.0)

Definition at line 138 of file config.h.

◆ VSEC_UV_TICK_SEC

#define VSEC_UV_TICK_SEC   (T_ADC_SAMPLE_SECS)

Definition at line 146 of file config.h.