STORE_DWORDB
Default mainpageat91libusbdevicemassstorageSTORE_DWORDB
Description Source Call Graph
Start Line: 318
#define STORE_DWORDB(dword, bytes)
bytes[0]=(unsignedchar)(((dword)>>24)&0xFF);\
bytes[1]=(unsignedchar)(((dword)>>16)&0xFF);\
bytes[2]=(unsignedchar)(((dword)>>8)&0xFF);\
bytes[3]=(unsignedchar)((dword)&0xFF);