Searched refs:__UNALIGNED_UINT32_READ (Results 1 – 10 of 10) sorted by relevance
110 #ifndef __UNALIGNED_UINT32_READ112 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro183 #ifndef __UNALIGNED_UINT32_READ185 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro255 #ifndef __UNALIGNED_UINT32_READ257 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
91 #ifndef __UNALIGNED_UINT32_READ96 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
96 #ifndef __UNALIGNED_UINT32_READ101 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
138 #ifndef __UNALIGNED_UINT32_READ146 #define __UNALIGNED_UINT32_READ(PTR) __iar_uint32_read(PTR) macro
95 #ifndef __UNALIGNED_UINT32_READ101 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
246 \def __UNALIGNED_UINT32_READ258 val32 = __UNALIGNED_UINT32_READ(ptr);263 #define __UNALIGNED_UINT32_READ
86 #ifndef __UNALIGNED_UINT32_READ91 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
336 \def __UNALIGNED_UINT32_READ348 val32 = __UNALIGNED_UINT32_READ(ptr);353 #define __UNALIGNED_UINT32_READ
132 <li>Added macros \ref \__UNALIGNED_UINT32_READ, \ref \__UNALIGNED_UINT32_WRITE.</li>
814 val = __UNALIGNED_UINT32_READ(&(buffer[i])); in TC_CoreInstr_UnalignedUint32()