Searched defs:PTR (Results 1 – 2 of 2) sorted by relevance
151 #define __UNALIGNED_UINT16_READ(PTR) __iar_uint16_read(PTR) argument163 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) argument174 #define __UNALIGNED_UINT32_READ(PTR) __iar_uint32_read(PTR) argument185 #define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL) argument
188 #define __UNALIGNED_UINT16_READ(PTR) __iar_uint16_read(PTR) argument200 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) argument211 #define __UNALIGNED_UINT32_READ(PTR) __iar_uint32_read(PTR) argument222 #define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL) argument230 #define __UNALIGNED_UINT32(PTR) (((struct __iar_u32 *)(PTR))->v) argument