Home
last modified time | relevance | path

Searched refs:__UNALIGNED_UINT32_READ (Results 1 – 11 of 11) sorted by relevance

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/
Dcmsis_compiler.h150 #ifndef __UNALIGNED_UINT32_READ
152 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
223 #ifndef __UNALIGNED_UINT32_READ
225 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
295 #ifndef __UNALIGNED_UINT32_READ
297 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/a-profile/
Dcmsis_armclang_a.h86 #ifndef __UNALIGNED_UINT32_READ
91 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
Dcmsis_iccarm_a.h161 #ifndef __UNALIGNED_UINT32_READ
169 #define __UNALIGNED_UINT32_READ(PTR) __iar_uint32_read(PTR) macro
Dcmsis_clang_a.h89 #ifndef __UNALIGNED_UINT32_READ
94 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
Dcmsis_gcc_a.h95 #ifndef __UNALIGNED_UINT32_READ
101 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/m-profile/
Dcmsis_armclang_m.h86 #ifndef __UNALIGNED_UINT32_READ
91 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
Dcmsis_clang_m.h91 #ifndef __UNALIGNED_UINT32_READ
96 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
Dcmsis_tiarmclang_m.h86 #ifndef __UNALIGNED_UINT32_READ
91 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
Dcmsis_gcc_m.h94 #ifndef __UNALIGNED_UINT32_READ
100 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
Dcmsis_iccarm_m.h208 #ifndef __UNALIGNED_UINT32_READ
216 #define __UNALIGNED_UINT32_READ(PTR) __iar_uint32_read(PTR) macro
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Source/
DCV_CoreInstr.c813 val = __UNALIGNED_UINT32_READ(&(buffer[i])); in TC_CoreInstr_UnalignedUint32()