Home
last modified time | relevance | path

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

/cmsis_6-latest/CMSIS/Core/Include/
Dcmsis_compiler.h110 #ifndef __UNALIGNED_UINT32_READ
112 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
183 #ifndef __UNALIGNED_UINT32_READ
185 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
255 #ifndef __UNALIGNED_UINT32_READ
257 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
Dcmsis_armclang.h91 #ifndef __UNALIGNED_UINT32_READ
96 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
Dcmsis_clang.h96 #ifndef __UNALIGNED_UINT32_READ
101 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
Dcmsis_iccarm.h138 #ifndef __UNALIGNED_UINT32_READ
146 #define __UNALIGNED_UINT32_READ(PTR) __iar_uint32_read(PTR) macro
Dcmsis_gcc.h95 #ifndef __UNALIGNED_UINT32_READ
101 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
/cmsis_6-latest/CMSIS/Documentation/Doxygen/Core_A/src/
Dref_compiler_ctrl.txt246 \def __UNALIGNED_UINT32_READ
258 val32 = __UNALIGNED_UINT32_READ(ptr);
263 #define __UNALIGNED_UINT32_READ
/cmsis_6-latest/CMSIS/Core/Include/m-profile/
Dcmsis_tiarmclang_m.h86 #ifndef __UNALIGNED_UINT32_READ
91 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
/cmsis_6-latest/CMSIS/Documentation/Doxygen/Core/src/
Dref_compiler_ctrl.txt336 \def __UNALIGNED_UINT32_READ
348 val32 = __UNALIGNED_UINT32_READ(ptr);
353 #define __UNALIGNED_UINT32_READ
Dhistory.md132 <li>Added macros \ref \__UNALIGNED_UINT32_READ, \ref \__UNALIGNED_UINT32_WRITE.</li>
/cmsis_6-latest/CMSIS/CoreValidation/Source/
DCV_CoreInstr.c814 val = __UNALIGNED_UINT32_READ(&(buffer[i])); in TC_CoreInstr_UnalignedUint32()