Home
last modified time | relevance | path

Searched refs:bi_decl_with_attr (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_standard_binary_info/
Dstandard_binary_info.c26 bi_decl_with_attr(bi_binary_end((intptr_t)&__flash_binary_end), section_hack_attr)
34 bi_decl_with_attr(bi_program_build_date_string(PICO_PROGRAM_BUILD_DATE), section_hack_attr);
42 bi_decl_with_attr(bi_program_name(PICO_PROGRAM_NAME), section_hack_attr)
54 bi_decl_with_attr(bi_string(BINARY_INFO_TAG_RASPBERRY_PI, BINARY_INFO_ID_RP_SDK_VERSION, PICO_SDK_V…
/hal_rpi_pico-latest/src/common/pico_binary_info/include/pico/binary_info/
Dcode.h44 #define bi_decl_with_attr(_decl, _attr) __bi_mark_enclosure _attr _decl; __bi_decl(__bi_ptr_lineno_… macro
48 #define bi_decl_with_attr(_decl, _attr) macro