Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dsw_ecrypt-portable.h139 #define U32TO32_BIG(v) SWAP32(v) macro
149 #define U32TO32_BIG(v) (v) macro
169 #define U8TO32_BIG(p) U32TO32_BIG(((u32*)(p))[0])
177 #define U32TO8_BIG(p, v) (((u32*)(p))[0] = U32TO32_BIG(v))
/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/driverlib/
Dsw_ecrypt-portable.h129 #define U32TO32_BIG(v) SWAP32(v) macro
139 #define U32TO32_BIG(v) (v) macro
159 #define U8TO32_BIG(p) U32TO32_BIG(((u32 *)(p))[0])
167 #define U32TO8_BIG(p, v) (((u32 *)(p))[0] = U32TO32_BIG(v))
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dsw_ecrypt-portable.h141 #define U32TO32_BIG(v) SWAP32(v) macro
151 #define U32TO32_BIG(v) (v) macro
171 #define U8TO32_BIG(p) U32TO32_BIG(((u32*)(p))[0])
179 #define U32TO8_BIG(p, v) (((u32*)(p))[0] = U32TO32_BIG(v))