 |
FreeHIL
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
51 fh_Uint8Uint16.
bytes[1] = fh_Uint8[0];
52 fh_Uint8Uint16.
bytes[0] = fh_Uint8[1];
53 return fh_Uint8Uint16.
value;
72 fh_Uint8Uint32.
bytes[3] = fh_Uint8[0];
73 fh_Uint8Uint32.
bytes[2] = fh_Uint8[1];
74 fh_Uint8Uint32.
bytes[1] = fh_Uint8[2];
75 fh_Uint8Uint32.
bytes[0] = fh_Uint8[3];
76 return fh_Uint8Uint32.
value;