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

Declaration of Temperature Feedback parameters. More...

+ Collaboration diagram for Temperature Feedback:

Modules

 Conversion Macros
 Conversion macros for user-declarations of Temperature Feedback parameters details Conversion macros converting physical quantities of parameters into binary (integer) numbers for registers and variables.
 
#define TEMPERATURE_PBV_OFFSET_CELSIUS   (40u)
 To allow the PBV to support up to -40C, an offset was added.
 
#define OTP_THRES_TRIG_CELCIUS   (80u)
 Degrees Celcius.
 
#define OTP_THRES_CLEAR_CELCIUS   (70u)
 Degrees Celcius.
 
#define FAULT_PERSISTENCE_COUNT_TEMP   (4u)
 
#define NOMINAL_TEMPERATURE_THRESHOLD   (float) (40.0)
 
#define TEMPERATURE_HYSTERESIS   (float) (1.0)
 Degrees Celcius.
 
#define TEMPERATURE_GAIN   (-0.029)
 
#define TEMPERATURE_OFFSET   115u
 

Detailed Description

Declaration of Temperature Feedback parameters

Macro Definition Documentation

◆ FAULT_PERSISTENCE_COUNT_TEMP

#define FAULT_PERSISTENCE_COUNT_TEMP   (4u)

Definition at line 170 of file config.h.

◆ NOMINAL_TEMPERATURE_THRESHOLD

#define NOMINAL_TEMPERATURE_THRESHOLD   (float) (40.0)

Definition at line 174 of file config.h.

◆ OTP_THRES_CLEAR_CELCIUS

#define OTP_THRES_CLEAR_CELCIUS   (70u)

Definition at line 169 of file config.h.

◆ OTP_THRES_TRIG_CELCIUS

#define OTP_THRES_TRIG_CELCIUS   (80u)

Definition at line 168 of file config.h.

◆ TEMPERATURE_GAIN

#define TEMPERATURE_GAIN   (-0.029)

Definition at line 74 of file hardware.h.

◆ TEMPERATURE_HYSTERESIS

#define TEMPERATURE_HYSTERESIS   (float) (1.0)

Definition at line 175 of file config.h.

◆ TEMPERATURE_OFFSET

#define TEMPERATURE_OFFSET   115u

Definition at line 75 of file hardware.h.

◆ TEMPERATURE_PBV_OFFSET_CELSIUS

#define TEMPERATURE_PBV_OFFSET_CELSIUS   (40u)

Definition at line 167 of file config.h.