FROM_BIG_ENDIAN2
- Macro
- August 22, 2025
Table of Contents
FROM_BIG_ENDIAN2
FROM_BIG_ENDIAN2
Description
Conditionally converts value from big-endian to native byte order. On little-endian systems, this inverts the byte order. On big-endian systems, this is a no-op.
Parameters
Name | Direction | Description |
---|---|---|
x | in | 16-bit value in big-endian format |
Success
Returns value in native byte order.
Failure
Function cannot fail - pure bitwise operation.
Usage example (Cross-references)
No external code usages found in the scanned files.