Searched defs:AID (Results 1 – 3 of 3) sorted by relevance
63 #define CHERRYSTONE_GETSLOT(AID) (((AID&0xc)>>1)|(AID&1)) argument 64 #define CHERRYSTONE_GETSLOT_LABEL(AID) ('A' + CHERRYSTONE_GETSLOT(AID)) argument 65 #define CHERRYSTONE_GETSID(AID) ((AID&2)>>1) argument
64 #define DAK_GETSLOT(AID) (((AID&4)>>1)|(AID&1)) argument 65 #define DAK_GETSLOT_LABEL(AID) ('A' + DAK_GETSLOT(AID)) argument 66 #define DAK_GETSID(AID) ((AID&2)>>1) argument
533 uint16_t AID; member