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