Searched refs:__UNALIGNED_UINT16_READ (Results 1 – 11 of 11) sorted by relevance
142 #ifndef __UNALIGNED_UINT16_READ144 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro215 #ifndef __UNALIGNED_UINT16_READ217 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro287 #ifndef __UNALIGNED_UINT16_READ289 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro
70 #ifndef __UNALIGNED_UINT16_READ76 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro
138 #ifndef __UNALIGNED_UINT16_READ146 #define __UNALIGNED_UINT16_READ(PTR) __iar_uint16_read(PTR) macro
75 #ifndef __UNALIGNED_UINT16_READ80 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro
79 #ifndef __UNALIGNED_UINT16_READ85 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro
72 #ifndef __UNALIGNED_UINT16_READ77 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro
77 #ifndef __UNALIGNED_UINT16_READ82 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro
78 #ifndef __UNALIGNED_UINT16_READ84 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… macro
185 #ifndef __UNALIGNED_UINT16_READ193 #define __UNALIGNED_UINT16_READ(PTR) __iar_uint16_read(PTR) macro
778 val = __UNALIGNED_UINT16_READ(&(buffer[i])); in TC_CoreInstr_UnalignedUint16()