Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/
A 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
A Dcmsis_armcc.h87 #ifndef __UNALIGNED_UINT32 /* deprecated */
88 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) macro
A Dcmsis_armclang.h67 #ifndef __UNALIGNED_UINT32 /* deprecated */
73 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
A Dcmsis_iccarm.h225 #ifndef __UNALIGNED_UINT32 /* deprecated */
230 #define __UNALIGNED_UINT32(PTR) (((struct __iar_u32 *)(PTR))->v) macro
A Dcmsis_armclang_ltm.h67 #ifndef __UNALIGNED_UINT32 /* deprecated */
73 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
A Dcmsis_gcc.h70 #ifndef __UNALIGNED_UINT32 /* deprecated */
76 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
/external/arch/arm/arm-m/CMSIS/Include/
A 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
A Dcmsis_armcc.h87 #ifndef __UNALIGNED_UINT32 /* deprecated */
88 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) macro
A Dcmsis_armclang.h63 #ifndef __UNALIGNED_UINT32 /* deprecated */
69 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
A Dcmsis_iccarm.h225 #ifndef __UNALIGNED_UINT32 /* deprecated */
230 #define __UNALIGNED_UINT32(PTR) (((struct __iar_u32 *)(PTR))->v) macro
A Dcmsis_armclang_ltm.h63 #ifndef __UNALIGNED_UINT32 /* deprecated */
69 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro
A Dcmsis_gcc.h73 #ifndef __UNALIGNED_UINT32 /* deprecated */
79 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v) macro

Completed in 36 milliseconds