Test Device Details: Byte ordering
Significance of the first byte of a data word
Description
App Configuration Pane: Hardware
Configuration Objects: coder.HardwareImplementation
Significance of the first byte of a data word for the target hardware.
Settings
Little EndianThis value is the default value.
The least significant byte appears first in the byte ordering.
Big EndianThe most significant byte appears first in the byte ordering.
UnspecifiedThe code determines the endianness of the hardware. This value produces less efficient code.
Programmatic Use
Property:
TargetEndianess |
Values: 'LittleEndian' |
'BigEndian' | 'Unspecified' |
Default:
'LittleEndian' |
Version History
Introduced in R2011a