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

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

+ Collaboration diagram for Primary Current Feedback:

Modules

 Conversion Macros
 Conversion macros for user-declarations of Primary Current Feedback parameters.
 
#define T_ADC_SAMPLE_SECS   (float) (10.0e-6)
 ADC sampling rate.
 
#define IPRI_OC_THRES_TRIG_AMPS   (float) (39.0)
 Primary over current trigger threshold.
 
#define IPRI_OC_THRES_CLEAR_AMPS   (float) (2.0)
 
#define IPRI_OC_T_BLANK_TRIG_SEC   (float) (50.0e-6)
 
#define IPRI_OC_T_BLANK_CLEAR_SEC   (float) (0.0)
 
#define IPRI_OC_TICK_SEC   (T_ADC_SAMPLE_SECS)
 
#define IPRI_SC_THRES_TRIG_AMPS   (float) (39.0)
 
#define IPRI_CT_SNS_GAIN   (82.5e-3)
 
#define IPRI_CT_SNS_OFS   (0.0)
 

Detailed Description

Declaration of Primary Current Feedback parameters, fault configuration and macros

Macro Definition Documentation

◆ IPRI_CT_SNS_GAIN

#define IPRI_CT_SNS_GAIN   (82.5e-3)

Definition at line 44 of file hardware.h.

◆ IPRI_CT_SNS_OFS

#define IPRI_CT_SNS_OFS   (0.0)

Definition at line 45 of file hardware.h.

◆ IPRI_OC_T_BLANK_CLEAR_SEC

#define IPRI_OC_T_BLANK_CLEAR_SEC   (float) (0.0)

Definition at line 75 of file config.h.

◆ IPRI_OC_T_BLANK_TRIG_SEC

#define IPRI_OC_T_BLANK_TRIG_SEC   (float) (50.0e-6)

Definition at line 74 of file config.h.

◆ IPRI_OC_THRES_CLEAR_AMPS

#define IPRI_OC_THRES_CLEAR_AMPS   (float) (2.0)

Definition at line 73 of file config.h.

◆ IPRI_OC_THRES_TRIG_AMPS

#define IPRI_OC_THRES_TRIG_AMPS   (float) (39.0)

Definition at line 72 of file config.h.

◆ IPRI_OC_TICK_SEC

#define IPRI_OC_TICK_SEC   (T_ADC_SAMPLE_SECS)

Definition at line 76 of file config.h.

◆ IPRI_SC_THRES_TRIG_AMPS

#define IPRI_SC_THRES_TRIG_AMPS   (float) (39.0)

Definition at line 78 of file config.h.

◆ T_ADC_SAMPLE_SECS

#define T_ADC_SAMPLE_SECS   (float) (10.0e-6)

Definition at line 70 of file config.h.