Searched refs:__UNALIGNED_UINT32_READ (Results 1 – 11 of 11) sorted by relevance
150 #ifndef __UNALIGNED_UINT32_READ152 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro223 #ifndef __UNALIGNED_UINT32_READ225 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro295 #ifndef __UNALIGNED_UINT32_READ297 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
86 #ifndef __UNALIGNED_UINT32_READ91 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
161 #ifndef __UNALIGNED_UINT32_READ169 #define __UNALIGNED_UINT32_READ(PTR) __iar_uint32_read(PTR) macro
89 #ifndef __UNALIGNED_UINT32_READ94 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
95 #ifndef __UNALIGNED_UINT32_READ101 …#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
94 #ifndef __UNALIGNED_UINT32_READ100 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… macro
208 #ifndef __UNALIGNED_UINT32_READ216 #define __UNALIGNED_UINT32_READ(PTR) __iar_uint32_read(PTR) macro
813 val = __UNALIGNED_UINT32_READ(&(buffer[i])); in TC_CoreInstr_UnalignedUint32()