__LITTLE_ENDIAN__
In this section:
Description
An integer that reflects the setting of the compiler option ‑‑endian and is defined to 1 when the byte order is little-endian. The symbol is defined to 0 when the byte order is big-endian.
This preprocessor symbol is related to the ACLE (Arm C Language Extensions) macro __ARM_BIG_ENDIAN.