beautypg.com

PNI TCM User Manual

Page 43

background image

PNI Sensor Corporation

DOC#1014688 r06

TCM User Manual

– July 2013

Page 38

Signed 16-Bit Integer (SInt16)

SInt16-based parameters are signed 16-bit numbers, in 2’s compliment. Bit 15

represents the sign of the value, where 0=positive and 1=negative.

Big Endian

msb

15

8

lsb

7

0

Little Endian

lsb

7

0

msb

15

8

Signed 8-Bit Integer (SInt8)

UInt8-based parameters are unsigned 8-bit numbers. Bit 7 represents the sign of the

value, where 0=positive and 1=negative.

byte

7

0

Unsigned 32-Bit Integer (UInt32)

UInt32-based parameters are unsigned 32-bit numbers.

msb

31

24 23

16 15

8

lsb

7

0

Big Endian

lsb

7

0 15

8 23

16

msb

31

24

Little Endian

Unsigned 16-Bit Integer (UInt16)

UInt16-based parameters are unsigned 16-bit numbers.

Big Endian

msb

15

8

lsb

7

0

Little Endian

lsb

7

0

msb

15

8