![]() |
CMSIS-Pack
Version 1.2
Delivery Mechanism for Software Packs
|
Tokens for endianness
Tokens representing endianness.
Token | Description |
---|---|
Little-endian | The least significant byte of a multi-byte access is located at the specified address. |
Big-endian | The most significant byte of a multi-byte access is located at the specified address. |
Configurable | The byte ordering of multi-byte accesses is configurable. |