Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/
A Dcmsis_compiler.h101 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; struct
102 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
173 struct __packed__ T_UINT32 { uint32_t v; }; argument
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)
A Dcmsis_armclang.h71 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; argument
73 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
A Dcmsis_armclang_ltm.h71 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; struct
73 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
A Dcmsis_gcc.h74 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; argument
76 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
/external/arch/arm/arm-m/CMSIS/Include/
A 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; }; argument
245 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
A Dcmsis_armclang.h67 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; struct
69 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
A Dcmsis_armclang_ltm.h67 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; argument
69 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
A Dcmsis_gcc.h77 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; struct
79 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)

Completed in 25 milliseconds