Home
last modified time | relevance | path

Searched refs:SWAP32 (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_ecrypt-portable.h114 #define SWAP32(v) \ macro
126 (((u64)SWAP32(U32V(v)) << 32) | (u64)SWAP32(U32V(v >> 32)))
139 #define U32TO32_BIG(v) SWAP32(v)
145 #define U32TO32_LITTLE(v) SWAP32(v)
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_ecrypt-portable.h109 #define SWAP32(v) ((ROTL32(v, 8) & U32C(0x00FF00FF)) | (ROTL32(v, 24) & U32C(0xFF00FF00))) macro
116 #define SWAP64(v) (((u64)SWAP32(U32V(v)) << 32) | (u64)SWAP32(U32V(v >> 32)))
129 #define U32TO32_BIG(v) SWAP32(v)
135 #define U32TO32_LITTLE(v) SWAP32(v)
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_ecrypt-portable.h116 #define SWAP32(v) \ macro
128 (((u64)SWAP32(U32V(v)) << 32) | (u64)SWAP32(U32V(v >> 32)))
141 #define U32TO32_BIG(v) SWAP32(v)
147 #define U32TO32_LITTLE(v) SWAP32(v)