EFM32 Happy Gecko Software Documentation
efm32hg-doc-5.1.2
|
#include <si1133.h>
Data Fields | |
int32_t | ch0 |
int32_t | ch1 |
int32_t | ch2 |
int32_t | ch3 |
uint8_t | irq_status |
int32_t SI1133_Samples_TypeDef::ch0 |
Channel 0 measurement data
Definition at line 92 of file si1133.h.
Referenced by SI1133_getMeasurement(), SI1133_measureLuxUvi(), and SI1133_measurementGet().
int32_t SI1133_Samples_TypeDef::ch1 |
Channel 1 measurement data
Definition at line 93 of file si1133.h.
Referenced by SI1133_getMeasurement(), SI1133_measureLuxUvi(), and SI1133_measurementGet().
int32_t SI1133_Samples_TypeDef::ch2 |
Channel 2 measurement data
Definition at line 94 of file si1133.h.
Referenced by SI1133_getMeasurement(), SI1133_measureLuxUvi(), and SI1133_measurementGet().
int32_t SI1133_Samples_TypeDef::ch3 |
Channel 3 measurement data
Definition at line 95 of file si1133.h.
Referenced by SI1133_getMeasurement(), SI1133_measureLuxUvi(), and SI1133_measurementGet().
uint8_t SI1133_Samples_TypeDef::irq_status |
Interrupt status of the device
Definition at line 91 of file si1133.h.
Referenced by SI1133_measurementGet().