ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) 0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
Loading...
Searching...
No Matches
definitions

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
 

Detailed Description

Macro Definition Documentation

◆ DRV_BIG_ENDIAN

#define DRV_BIG_ENDIAN   4321

Definition at line 48 of file lsm9ds1_reg.h.

◆ DRV_BYTE_ORDER

#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.

◆ DRV_LITTLE_ENDIAN

#define DRV_LITTLE_ENDIAN   1234

Definition at line 47 of file lsm9ds1_reg.h.