EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
SI114X_CAL_S Data Structure.
Definition at line 54 of file si114x_functions.h.
#include <si114x_functions.h>
Data Fields | |
uint32_t | adcrange_ratio |
uint32_t | irpd_correction |
uint32_t | irsize_ratio |
uint32_t | ledi_ratio |
uint8_t * | ucoef_p |
uint32_t | vispd_correction |
uint32_t SI114X_CAL_S::adcrange_ratio |
_RANGE Ratio
Definition at line 58 of file si114x_functions.h.
Referenced by si114x_get_calibration().
uint32_t SI114X_CAL_S::irpd_correction |
IR Photodiode Correction
Definition at line 57 of file si114x_functions.h.
Referenced by si114x_get_calibration(), and si114x_set_ucoef().
uint32_t SI114X_CAL_S::irsize_ratio |
Large IR vs Small IR Ratio
Definition at line 59 of file si114x_functions.h.
Referenced by si114x_get_calibration().
uint32_t SI114X_CAL_S::ledi_ratio |
LED Drive Current Correction
Definition at line 60 of file si114x_functions.h.
Referenced by si114x_get_calibration().
uint8_t* SI114X_CAL_S::ucoef_p |
Pointer to UV Coefficients
Definition at line 61 of file si114x_functions.h.
Referenced by si114x_get_calibration(), and si114x_set_ucoef().
uint32_t SI114X_CAL_S::vispd_correction |
VIS Photodiode Correction
Definition at line 56 of file si114x_functions.h.
Referenced by si114x_get_calibration(), and si114x_set_ucoef().