EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2

Detailed Description

Structure to store the data measured by the Si1133.

Definition at line 89 of file si1133.h.

#include <si1133.h>

Data Fields

int32_t ch0
 
int32_t ch1
 
int32_t ch2
 
int32_t ch3
 
uint8_t irq_status
 

Field Documentation

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().


The documentation for this struct was generated from the following file: