Home
last modified time | relevance | path

Searched refs:__CONCAT (Results 1 – 12 of 12) sorted by relevance

/hal_rpi_pico-latest/src/host/pico_platform/include/pico/
Dplatform.h90 #ifndef __CONCAT
91 #define __CONCAT(x,y) x ## y macro
/hal_rpi_pico-latest/src/rp2_common/pico_platform_compiler/include/pico/platform/
Dcompiler.h55 #ifndef __CONCAT
56 #define __CONCAT(a, b) __CONCAT1(a, b) macro
/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/include/llvm_libc/sys/
Dcdefs.h13 #define __CONCAT(x,y) __CONCAT1(x,y) macro
/hal_rpi_pico-latest/src/rp2_common/pico_platform_panic/
Dpanic.c27 #define PICO_PANIC_FUNCTION_EMPTY (__CONCAT(PICO_PANIC_FUNCTION, 1) == 1)
/hal_rpi_pico-latest/src/rp2_common/hardware_timer/include/hardware/
Dtimer.h182 #define PICO_DEFAULT_TIMER_INSTANCE() (__CONCAT(__CONCAT(timer,PICO_DEFAULT_TIMER), _hw))
/hal_rpi_pico-latest/test/pico_float_test/
Dpico_double_test.c325 #define check1(func,p0) ({ typeof(p0) r = func(p0), r2 = __CONCAT(__real_, func)(p0); test_assert(r…
326 #define check2(func,p0,p1) ({ typeof(p0) r = func(p0,p1), r2 = __CONCAT(__real_, func)(p0,p1); test…
327 #define check_close1(func,p0) ({ typeof(p0) r = func(p0), r2 = __CONCAT(__real_, func)(p0); if (isn…
328 #define check_close2(func,p0,p1) ({ typeof(p0) r = func(p0,p1), r2 = __CONCAT(__real_, func)(p0,p1)…
Dpico_float_test.c328 #define check1(func,p0) ({ typeof(p0) r = func(p0), r2 = __CONCAT(__real_, func)(p0); test_assert(r…
329 #define check2(func,p0,p1) ({ typeof(p0) r = func(p0,p1), r2 = __CONCAT(__real_, func)(p0,p1); test…
330 #define check_close1(func,p0) ({ typeof(p0) r = func(p0), r2 = __CONCAT(__real_, func)(p0); if (isn…
331 #define check_close2(func,p0,p1) ({ typeof(p0) r = func(p0,p1), r2 = __CONCAT(__real_, func)(p0,p1)…
/hal_rpi_pico-latest/src/common/pico_binary_info/include/pico/binary_info/
Dcode.h20 #define __bi_lineno_var_name __CONCAT(__bi_, __LINE__)
21 #define __bi_ptr_lineno_var_name __CONCAT(__bi_ptr, __LINE__)
22 #define __bi_enclosure_check_lineno_var_name __CONCAT(_error_bi_is_missing_enclosing_decl_,__LINE__)
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_bus_pio_spi.c39 #define SPI_PROGRAM_FUNC __CONCAT(SPI_PROGRAM_NAME, _program)
40 #define SPI_PROGRAM_GET_DEFAULT_CONFIG_FUNC __CONCAT(SPI_PROGRAM_NAME, _program_get_default_config)
41 #define SPI_OFFSET_END __CONCAT(SPI_PROGRAM_NAME, _offset_end)
42 #define SPI_OFFSET_LP1_END __CONCAT(SPI_PROGRAM_NAME, _offset_lp1_end)
/hal_rpi_pico-latest/src/rp2_common/hardware_spi/include/hardware/
Dspi.h76 #define PICO_DEFAULT_SPI_INSTANCE() (__CONCAT(spi,PICO_DEFAULT_SPI))
/hal_rpi_pico-latest/src/rp2_common/hardware_i2c/include/hardware/
Di2c.h75 #define PICO_DEFAULT_I2C_INSTANCE() (__CONCAT(i2c,PICO_DEFAULT_I2C))
/hal_rpi_pico-latest/src/rp2_common/hardware_uart/include/hardware/
Duart.h98 #define PICO_DEFAULT_UART_INSTANCE() (__CONCAT(uart,PICO_DEFAULT_UART))