Searched refs:__STRING (Results 1 – 5 of 5) sorted by relevance
/hal_rpi_pico-latest/src/host/pico_platform/include/pico/ |
D | platform.h | 46 #ifndef __STRING 47 #define __STRING(x) #x macro 67 #define PICO_WEAK_FUNCTION_DEF(x) _Pragma(__STRING(weak x)) 96 #define PICO_WEAK_FUNCTION_DEF(x) __pragma(comment(linker, __STRING(/alternatename:_##x=_##x##__wea…
|
/hal_rpi_pico-latest/src/rp2_common/pico_platform_compiler/include/pico/platform/ |
D | compiler.h | 58 #ifndef __STRING 59 #define __STRING(a) #a macro 185 …ert(__builtin_types_compatible_p(type_a, type_b), __STRING(type_a) " is not compatible with " __ST…
|
/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/include/llvm_libc/sys/ |
D | cdefs.h | 14 #define __STRING(x) #x macro 15 #define __XSTRING(x) __STRING(x)
|
/hal_rpi_pico-latest/src/rp2_common/pico_platform_sections/include/pico/platform/ |
D | sections.h | 132 #define __not_in_flash_func(func_name) __not_in_flash(__STRING(func_name)) func_name
|
/hal_rpi_pico-latest/src/common/pico_binary_info/include/pico/binary_info/ |
D | code.h | 19 …n_prefix, attr) static const attr __attribute__((section(section_prefix __STRING(name)))) struct _… 85 …on(".data"))) static int _var = _default; __bi_ptr_int32_with_name(_tag, _id, __STRING(_var), _var) 99 …ic char _var[_max_len] = _default; __bi_ptr_string_with_name(_tag, _id, __STRING(_var), _var, _max…
|