|
EFR32 Blue Gecko 1 Software Documentation
efr32bg1-doc-5.1.2
|
BMP error message macro definitions.
Macros | |
| #define | BMP_ERROR_DEVICE_ID_MISMATCH 0x0003 |
| #define | BMP_ERROR_DRIVER_NOT_INITIALIZED 0x0001 |
| #define | BMP_ERROR_I2C_TRANSACTION_FAILED 0x0002 |
| #define | BMP_OK 0x0000 |
| #define BMP_ERROR_DEVICE_ID_MISMATCH 0x0003 |
The device ID does not match the expected value
Definition at line 57 of file bmp.h.
Referenced by BMP_init().
| #define BMP_ERROR_DRIVER_NOT_INITIALIZED 0x0001 |
| #define BMP_ERROR_I2C_TRANSACTION_FAILED 0x0002 |