Table A-2. Data storage
7
6
5
4
3
2
1
0
Value
Integer
255
1
1
1
1
1
1
1
1
F
F
11
0
0
0
0
1
0
1
1
0
B
124
0
1
1
1
1
1
0
0
7
C
159
1
0
0
1
1
1
1
1
9
F
A.3 uint16_t
The
type is an unsigned 16-bit integer type. It is able to store the variables
within the range <0 ; 65535>. Its definition is as follows:
typedef unsigned short uint16_t;
The following figure shows the way in which the data is stored by this type:
Table A-3. Data storage
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
Value
Integer
65535
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
F
F
F
F
5
0
0
0
0
0
0
0
0
0
0
0
0
0
1
0
1
0
0
0
5
15518
0
0
1
1
1
1
0
0
1
0
0
1
1
1
1
0
3
C
9
E
40768
1
0
0
1
1
1
1
1
0
1
0
0
0
0
0
0
9
F
4
0
A.4 uint32_t
uint16_t
GMCLIB User's Guide, Rev. 2, 10/2015
66
Freescale Semiconductor, Inc.
Содержание DSP56800E
Страница 1: ...GMCLIB User s Guide DSP56800E Document Number DSP56800EGMCLIBUG Rev 2 10 2015 ...
Страница 2: ...GMCLIB User s Guide Rev 2 10 2015 2 Freescale Semiconductor Inc ...
Страница 4: ...GMCLIB User s Guide Rev 2 10 2015 4 Freescale Semiconductor Inc ...
Страница 64: ...GMCLIB_SvmU7n GMCLIB User s Guide Rev 2 10 2015 64 Freescale Semiconductor Inc ...
Страница 78: ...GMCLIB User s Guide Rev 2 10 2015 78 Freescale Semiconductor Inc ...