SWAP16
Default mainpagebasic-emac-projectSWAP16
Description Source Call Graph
Start Line: 95
#define SWAP16(x)
(((x&0xff)<<8)|(x>>8))