SI114X_CAL_S Data Structure. More...
#include <si114x_functions.h>
Data Fields | |
uint32_t | vispd_correction |
VIS Photodiode Correction. | |
uint32_t | irpd_correction |
IR Photodiode Correction. | |
uint32_t | adcrange_ratio |
_RANGE Ratio | |
uint32_t | irsize_ratio |
Large IR vs Small IR Ratio. | |
uint32_t | ledi_ratio |
LED Drive Current Correction. | |
uint8_t * | ucoef_p |
Pointer to UV Coefficients. |
SI114X_CAL_S Data Structure.
Definition at line 54 of file si114x_functions.h.
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().