Home
last modified time | relevance | path

Searched defs:U8TO32_BIG (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_ecrypt-portable.h169 #define U8TO32_BIG(p) U32TO32_BIG(((u32*)(p))[0]) macro
211 #define U8TO32_BIG(p) \ macro
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_ecrypt-portable.h159 #define U8TO32_BIG(p) U32TO32_BIG(((u32 *)(p))[0]) macro
186 …#define U8TO32_BIG(p) (((u32)((p)[0]) << 24) | ((u32)((p)[1]) << 16) | ((u32)((p)[2]) << 8) | ((u3… macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_ecrypt-portable.h171 #define U8TO32_BIG(p) U32TO32_BIG(((u32*)(p))[0]) macro
213 #define U8TO32_BIG(p) \ macro