Home
last modified time | relevance | path

Searched refs:T_UINT32 (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/devices/cc23x0r5/cmsis/core/
Dcmsis_compiler.h101 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; argument
102 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
173 struct __packed__ T_UINT32 { uint32_t v; }; struct
174 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
244 @packed struct T_UINT32 { uint32_t v; }; struct
245 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
Dcmsis_gcc.h74 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; argument
76 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)