STORE_WORDB
Default mainpageat91libusbdevicemassstorageSTORE_WORDB
Description Source Call Graph
Start Line: 325
#define STORE_WORDB(word, bytes)
bytes[0]=(unsignedchar)(((word)>>8)&0xFF);\
bytes[1]=(unsignedchar)((word)&0xFF);