Home
last modified time | relevance | path

Searched refs:__COUNTER__ (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/toolchain/
Dxcc.h21 __attribute__((section("." STRINGIFY(seg) "." STRINGIFY(__COUNTER__))))
25 "." STRINGIFY(__COUNTER__) \
131 #ifndef __COUNTER__
135 #define __COUNTER__ __LINE__ macro
Dcommon.h173 enum _CONCAT(__build_assert_enum, __COUNTER__) { \
174 _CONCAT(__build_assert, __COUNTER__) = 1 / !!(EXPR) \
Dgcc.h190 #define __in_section_unique(seg) ___in_section(seg, __FILE__, __COUNTER__)
/Zephyr-latest/include/zephyr/
Dsw_isr_table.h206 __used _MK_ISR_ELEMENT_NAME(func, __COUNTER__) = { \
227 Z_ISR_DECLARE_C(irq, flags, func, param, __COUNTER__)
237 __used _MK_IRQ_ELEMENT_NAME(func, __COUNTER__) = ((uintptr_t)(func)); \
240 __used _MK_IRQ_ELEMENT_NAME(func, __COUNTER__)(void) { \
264 Z_ISR_DECLARE_DIRECT_C(irq, flags, func, __COUNTER__)
275 __used _MK_ISR_NAME(func, __COUNTER__) = \
/Zephyr-latest/include/zephyr/arch/x86/intel64/
Darch.h79 X86_RESERVE_IRQ(irq_p, _CONCAT(_irq_alloc_fixed, __COUNTER__)); \
88 X86_RESERVE_IRQ(irq_p, _CONCAT(_irq_alloc_fixed, __COUNTER__)); \