Home
last modified time | relevance | path

Searched refs:__UNALIGNED_UINT32 (Results 1 – 9 of 9) sorted by relevance

/cmsis-latest/CMSIS/Core_A/Include/
Dcmsis_compiler.h91 #ifndef __UNALIGNED_UINT32
93 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
141 #ifndef __UNALIGNED_UINT32
143 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
190 #ifndef __UNALIGNED_UINT32
192 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
Dcmsis_iccarm.h189 #ifndef __UNALIGNED_UINT32 /* deprecated */
194 #define __UNALIGNED_UINT32(PTR) (((struct __iar_u32 *)(PTR))->v)
/cmsis-latest/CMSIS/Core_R/Include/
Dcmsis_compiler.h91 #ifndef __UNALIGNED_UINT32
93 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
141 #ifndef __UNALIGNED_UINT32
143 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
190 #ifndef __UNALIGNED_UINT32
192 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
/cmsis-latest/CMSIS/Core/Include/
Dcmsis_compiler.h100 #ifndef __UNALIGNED_UINT32 /* deprecated */
102 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
172 #ifndef __UNALIGNED_UINT32 /* deprecated */
174 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
243 #ifndef __UNALIGNED_UINT32 /* deprecated */
245 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
Dcmsis_armcc.h87 #ifndef __UNALIGNED_UINT32 /* deprecated */
88 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) macro
Dcmsis_armclang.h63 #ifndef __UNALIGNED_UINT32 /* deprecated */
69 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
Dcmsis_iccarm.h225 #ifndef __UNALIGNED_UINT32 /* deprecated */
230 #define __UNALIGNED_UINT32(PTR) (((struct __iar_u32 *)(PTR))->v) macro
Dcmsis_armclang_ltm.h63 #ifndef __UNALIGNED_UINT32 /* deprecated */
69 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
Dcmsis_gcc.h70 #ifndef __UNALIGNED_UINT32 /* deprecated */
76 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro