|
ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) 0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
|
Macros | |
| #define | DRV_LITTLE_ENDIAN 1234 |
| #define | DRV_BIG_ENDIAN 4321 |
| #define | DRV_BYTE_ORDER DRV_LITTLE_ENDIAN |
| if _BYTE_ORDER is not defined, choose the endianness of your architecture by uncommenting the define which fits your platform endianness | |
| #define DRV_BIG_ENDIAN 4321 |
Definition at line 48 of file lsm9ds1_reg.h.
| #define DRV_BYTE_ORDER DRV_LITTLE_ENDIAN |
if _BYTE_ORDER is not defined, choose the endianness of your architecture by uncommenting the define which fits your platform endianness
Definition at line 54 of file lsm9ds1_reg.h.
| #define DRV_LITTLE_ENDIAN 1234 |
Definition at line 47 of file lsm9ds1_reg.h.