Si1133 channel parameters. More...
Si1133 channel parameters.
These parameters define how a "channel" is sampled, ADC settings, resolution timing, etc. These four register values define a single channel. This is a convenience struct to handle them together in the same order as they appear in the parameter list below.
Definition at line 73 of file si1133_internals.h.
#include <si1133_internals.h>
Data Fields | |
| uint8_t | adcconfig | 
| ADCCONFIGx register.   | |
| uint8_t | adcsens | 
| ADCSENSx register.   | |
| uint8_t | adcpost | 
| ADCPOSTx register.   | |
| uint8_t | measconfig | 
| MEASCONFIGx register.   | |
| uint8_t _si1133_channel_params::adcconfig | 
ADCCONFIGx register.
Definition at line 74 of file si1133_internals.h.
| uint8_t _si1133_channel_params::adcpost | 
ADCPOSTx register.
Definition at line 76 of file si1133_internals.h.
| uint8_t _si1133_channel_params::adcsens | 
ADCSENSx register.
Definition at line 75 of file si1133_internals.h.
| uint8_t _si1133_channel_params::measconfig | 
MEASCONFIGx register.
Definition at line 77 of file si1133_internals.h.