EFM32 Gecko Software Documentation
efm32g-doc-5.1.2
|
Si1133 error message macro definitions.
Macros | |
#define | SI1133_ERROR_I2C_TRANSACTION_FAILED 0x0001 |
#define | SI1133_ERROR_SLEEP_FAILED 0x0002 |
#define | SI1133_OK 0x0000 |
#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().
#define SI1133_OK 0x0000 |
No errors
Definition at line 73 of file si1133.h.
Referenced by SI1133_paramRead(), SI1133_paramSet(), SI1133_registerBlockRead(), SI1133_registerBlockWrite(), SI1133_registerRead(), SI1133_registerWrite(), SI1133_sendCmd(), and SI1133_waitUntilSleep().