EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2

Detailed Description

Si1133 error message macro definitions.

Macros

#define SI1133_ERROR_I2C_TRANSACTION_FAILED   0x0001
 
#define SI1133_ERROR_SLEEP_FAILED   0x0002
 
#define SI1133_OK   0x0000
 

Macro Definition Documentation

#define SI1133_ERROR_I2C_TRANSACTION_FAILED   0x0001

I2C transaction failed

Definition at line 74 of file si1133.h.

Referenced by SI1133_registerBlockRead(), SI1133_registerBlockWrite(), SI1133_registerRead(), and SI1133_registerWrite().

#define SI1133_ERROR_SLEEP_FAILED   0x0002

Entering sleep mode failed

Definition at line 75 of file si1133.h.

Referenced by SI1133_waitUntilSleep().