Searched refs:SWAP24_LO (Results 1 – 1 of 1) sorted by relevance
2221 #define SWAP24_LO(_x) ((((uint32_t)(_x) & 0xFF)<<16) | \ macro2236 #define LE_SWAP24_LO(_x) SWAP24_LO(X)