Home
last modified time | relevance | path

Searched refs:__RESTRICT (Results 1 – 13 of 13) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcmsis_compiler.h125 #ifndef __RESTRICT
126 #define __RESTRICT __restrict macro
198 #ifndef __RESTRICT
199 #warning No compiler specific solution for __RESTRICT. __RESTRICT is ignored.
200 #define __RESTRICT macro
271 #ifndef __RESTRICT
272 #warning No compiler specific solution for __RESTRICT. __RESTRICT is ignored.
273 #define __RESTRICT macro
Dcmsis_armclang.h101 #ifndef __RESTRICT
102 #define __RESTRICT __restrict macro
Dcmsis_clang.h106 #ifndef __RESTRICT
107 #define __RESTRICT __restrict macro
Dcmsis_armcc.h105 #ifndef __RESTRICT
106 #define __RESTRICT __restrict macro
Dmpu_armv7.h251 __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, … in ARM_MPU_OrderedMemcpy()
Dcmsis_iccarm.h159 #ifndef __RESTRICT
161 #define __RESTRICT __restrict macro
164 #define __RESTRICT restrict macro
Dcmsis_gcc.h106 #ifndef __RESTRICT
107 #define __RESTRICT __restrict macro
Dmpu_armv8.h289 __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, … in ARM_MPU_OrderedMemcpy()
Dcmsis_armclang_ltm.h106 #ifndef __RESTRICT
107 #define __RESTRICT __restrict macro
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/
Darmv7m_mpu.h249 __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, … in ARM_MPU_OrderedMemcpy()
Dcmsis_iccarm_m.h166 #ifndef __RESTRICT
168 #define __RESTRICT __restrict macro
171 #define __RESTRICT restrict macro
Dcmsis_tiarmclang_m.h96 #ifndef __RESTRICT
97 #define __RESTRICT __restrict macro
Darmv8m_mpu.h358 __STATIC_INLINE void ARM_MPU_OrderedMemcpy(volatile uint32_t* dst, const uint32_t* __RESTRICT src, … in ARM_MPU_OrderedMemcpy()