Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/Core/Include/
Dcmsis_compiler.h105 #ifndef __UNALIGNED_UINT32 /* deprecated */
107 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
182 #ifndef __UNALIGNED_UINT32 /* deprecated */
184 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
258 #ifndef __UNALIGNED_UINT32 /* deprecated */
260 #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_tiarmclang.h63 #ifndef __UNALIGNED_UINT32 /* deprecated */
69 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
Dcmsis_armclang.h63 #ifndef __UNALIGNED_UINT32 /* deprecated */
69 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
Dcmsis_iccarm.h231 #ifndef __UNALIGNED_UINT32 /* deprecated */
236 #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