Searched defs:UDPAC (Results 1 – 1 of 1) sorted by relevance
3 struct UDPAC { /* UDC command packet */ struct4 char _stx ;5 char _pkid ;6 char _pksiz ; /* 21 bytes */7 char _pkdev ; /* device # */ 8 char _pkcmd ; /* Command type */9 char _pkfnc ; /* Function type */10 short _pkcnt ; /* # of data blocks (1/4K each) */11 short _pbsiz ; /* Block length size (0x100 = 1/4K) */12 short _pkmem[2] ; /* Starting memory address.Should be 'long' but[all …]