Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcmsis_armcc.h87 #ifndef __UNALIGNED_UINT32 /* deprecated */
88 #define __UNALIGNED_UINT32(x) (*((__packed uint32_t *)(x))) 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
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/
Dcmsis_iccarm_m.h232 #ifndef __UNALIGNED_UINT32 /* deprecated */
237 #define __UNALIGNED_UINT32(PTR) (((struct __iar_u32 *)(PTR))->v) macro