Home
last modified time | relevance | path

Searched defs:x (Results 1 – 4 of 4) sorted by relevance

/include/
A Drtcompiler.h16 #define rt_section(x) __attribute__((section(x))) argument
30 #define rt_section(x) @ x argument
32 #define PRAGMA(x) _Pragma(#x) argument
41 #define __RT_STRINGIFY(x...) #x argument
42 #define RT_STRINGIFY(x...) __RT_STRINGIFY(x) argument
43 #define rt_section(x) __attribute__((section(x))) argument
53 #define rt_section(x) __attribute__((section(x))) argument
63 #define rt_section(x) argument
78 #define rt_section(x) __attribute__((section(x))) argument
84 #define PRAGMA(x) _Pragma(#x) argument
[all …]
A Drthw.h37 #define HWREG64(x) (*((volatile rt_uint64_t *)(x))) argument
40 #define HWREG32(x) (*((volatile rt_uint32_t *)(x))) argument
43 #define HWREG16(x) (*((volatile rt_uint16_t *)(x))) argument
46 #define HWREG8(x) (*((volatile rt_uint8_t *)(x))) argument
219 #define RT_DEFINE_HW_SPINLOCK(x) rt_hw_spinlock_t x = __RT_HW_SPIN_LOCK_UNLOCKED(x) argument
233 #define RT_DEFINE_HW_SPINLOCK(x) rt_ubase_t x argument
A Drttypes.h252 #define RT_DEFINE_SPINLOCK(x) struct rt_spinlock x = RT_SPINLOCK_INIT argument
A Drtdef.h120 #define RT_UNUSED(x) ((void)(x)) argument

Completed in 11 milliseconds