Home
last modified time | relevance | path

Searched defs:PTR (Results 1 – 2 of 2) sorted by relevance

/cmsis-latest/CMSIS/Core_A/Include/
Dcmsis_iccarm.h151 #define __UNALIGNED_UINT16_READ(PTR) __iar_uint16_read(PTR) argument
163 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) argument
174 #define __UNALIGNED_UINT32_READ(PTR) __iar_uint32_read(PTR) argument
185 #define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL) argument
/cmsis-latest/CMSIS/Core/Include/
Dcmsis_iccarm.h188 #define __UNALIGNED_UINT16_READ(PTR) __iar_uint16_read(PTR) argument
200 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) argument
211 #define __UNALIGNED_UINT32_READ(PTR) __iar_uint32_read(PTR) argument
222 #define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL) argument
230 #define __UNALIGNED_UINT32(PTR) (((struct __iar_u32 *)(PTR))->v) argument