Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
ft.h
00001 #ifndef FT_H 00002 #define FT_H 00003 00004 typedef unsigned char BYTE; 00005 typedef unsigned short USHORT; 00006 typedef unsigned int DWORD; 00007 00008 #pragma pack( push, 1 ) 00009 typedef union { 00010 BYTE aucMsg[6]; 00011 struct { 00012 BYTE ucHwId; 00013 BYTE ucSubId; 00014 union { 00015 struct { 00016 BYTE ucB0; 00017 BYTE ucB1; 00018 BYTE ucB2; 00019 BYTE ucB3; 00020 }; 00021 struct { 00022 USHORT uiMsgId; 00023 USHORT uiMsg; 00024 } ; 00025 DWORD dw; 00026 } ; 00027 } ; 00028 } SMESSAGE; 00029 #pragma pack( pop ) 00030 00031 #endif
Generated on Tue Jul 12 2022 20:02:50 by
1.7.2