Conversion macros for user-declarations of temperature feedback parameters. More...
#define | TEMP_FB_ZERO (uint16_t)(TEMP_CAL_ZERO / ADC_GRANULARITY) |
Conversion macros of temperature feedback parameters. More... | |
#define | TEMP_FB_SLOPE (float)(TEMP_CAL_SLOPE / ADC_GRANULARITY) |
Conversion macros for user-declarations of temperature feedback parameters.
#define TEMP_FB_SLOPE (float)(TEMP_CAL_SLOPE / ADC_GRANULARITY) |
Definition at line 1560 of file dpsk3_hwdescr.h.
#define TEMP_FB_ZERO (uint16_t)(TEMP_CAL_ZERO / ADC_GRANULARITY) |
Conversion macros of temperature feedback parameters.
These conversion macros are used to convert user settings defined as physical quantities into binary (integer) numbers, which will be written to registers and variables and used in calculations throughout the firmware.
Definition at line 1559 of file dpsk3_hwdescr.h.