Searched defs:PTR (Results 1 – 3 of 3) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_atomic/include/ |
D | stdatomic.h | 42 #define atomic_flag_test_and_set(PTR) __atomic_test_and_set_c((PTR), __ATOMIC_SEQ_CST) argument 43 #define atomic_flag_test_and_set_explicit(PTR, MO) __atomic_test_and_set_c((PTR), (MO)) argument
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/ |
D | cmsis_iccarm_m.h | 195 #define __UNALIGNED_UINT16_READ(PTR) __iar_uint16_read(PTR) argument 207 #define __UNALIGNED_UINT16_WRITE(PTR,VAL) __iar_uint16_write(PTR,VAL) argument 218 #define __UNALIGNED_UINT32_READ(PTR) __iar_uint32_read(PTR) argument 229 #define __UNALIGNED_UINT32_WRITE(PTR,VAL) __iar_uint32_write(PTR,VAL) argument 237 #define __UNALIGNED_UINT32(PTR) (((struct __iar_u32 *)(PTR))->v) argument
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/ |
D | cmsis_iccarm.h | 188 #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
|