Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/
Dcmsis_compiler.h142 #ifndef __UNALIGNED_UINT16_READ
144 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro
215 #ifndef __UNALIGNED_UINT16_READ
217 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro
287 #ifndef __UNALIGNED_UINT16_READ
289 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/a-profile/
Dcmsis_armclang_a.h70 #ifndef __UNALIGNED_UINT16_READ
76 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro
Dcmsis_iccarm_a.h138 #ifndef __UNALIGNED_UINT16_READ
146 #define __UNALIGNED_UINT16_READ(PTR) __iar_uint16_read(PTR) macro
Dcmsis_clang_a.h75 #ifndef __UNALIGNED_UINT16_READ
80 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro
Dcmsis_gcc_a.h79 #ifndef __UNALIGNED_UINT16_READ
85 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Include/m-profile/
Dcmsis_armclang_m.h72 #ifndef __UNALIGNED_UINT16_READ
77 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro
Dcmsis_clang_m.h77 #ifndef __UNALIGNED_UINT16_READ
82 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro
Dcmsis_tiarmclang_m.h72 #ifndef __UNALIGNED_UINT16_READ
77 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro
Dcmsis_gcc_m.h78 #ifndef __UNALIGNED_UINT16_READ
84 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro
Dcmsis_iccarm_m.h185 #ifndef __UNALIGNED_UINT16_READ
193 #define __UNALIGNED_UINT16_READ(PTR) __iar_uint16_read(PTR) macro
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/CoreValidation/Source/
DCV_CoreInstr.c778 val = __UNALIGNED_UINT16_READ(&(buffer[i])); in TC_CoreInstr_UnalignedUint16()