Description | Input is an unsigned 16-bit integer that will be displayed as its lower byte, Low Byte, and its higher byte, High Byte. Low Byte has the Least Significant Bit of Input as its Bit 0. 0x0 ≤ Input ≤ 0xFFFF (HHLL) 0x0 ≤ Low Byte ≤ 0xFF (LL) 0x0 ≤ High Byte ≤ 0xFF (HH) |
Availability |
|
savvy-SFD Graphic | |
Graphic with Parameters |
Input |
Input, Read-write, Hexadecimal (unsigned 16-bit integer) 0x0 to 0xFFFF |
Low Byte |
Output, Read-only, Hexadecimal (unsigned 16-bit integer) 0x0 to 0xFF |
High Byte |
Output, Read-only, Hexadecimal (unsigned 16-bit integer) 0x0 to 0xFF |