Main Content

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 Endian

This value is the default value.

The least significant byte appears first in the byte ordering.

Big Endian

The most significant byte appears first in the byte ordering.

Unspecified

The 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