Searched defs:x (Results 1 – 4 of 4) sorted by relevance
16 #define rt_section(x) __attribute__((section(x))) argument30 #define rt_section(x) @ x argument32 #define PRAGMA(x) _Pragma(#x) argument41 #define __RT_STRINGIFY(x...) #x argument42 #define RT_STRINGIFY(x...) __RT_STRINGIFY(x) argument43 #define rt_section(x) __attribute__((section(x))) argument53 #define rt_section(x) __attribute__((section(x))) argument63 #define rt_section(x) argument78 #define rt_section(x) __attribute__((section(x))) argument84 #define PRAGMA(x) _Pragma(#x) argument[all …]
37 #define HWREG64(x) (*((volatile rt_uint64_t *)(x))) argument40 #define HWREG32(x) (*((volatile rt_uint32_t *)(x))) argument43 #define HWREG16(x) (*((volatile rt_uint16_t *)(x))) argument46 #define HWREG8(x) (*((volatile rt_uint8_t *)(x))) argument219 #define RT_DEFINE_HW_SPINLOCK(x) rt_hw_spinlock_t x = __RT_HW_SPIN_LOCK_UNLOCKED(x) argument233 #define RT_DEFINE_HW_SPINLOCK(x) rt_ubase_t x argument
252 #define RT_DEFINE_SPINLOCK(x) struct rt_spinlock x = RT_SPINLOCK_INIT argument
120 #define RT_UNUSED(x) ((void)(x)) argument
Completed in 11 milliseconds