Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/common/pico_binary_info/include/pico/binary_info/
Dstructure.h63 #define bi_ptr_of(x) x * macro
65 #define bi_ptr_of(x) uint32_t macro
85 bi_ptr_of(binary_info_t) list;
97 bi_ptr_of(const char) value;
103 bi_ptr_of(const int) value;
104 bi_ptr_of(const char) label;
110 bi_ptr_of(const char) value;
111 bi_ptr_of(const char) label;
117 bi_ptr_of(const char) name; // optional static name (independent of what is formatted)
120 bi_ptr_of(binary_info_t) extra; // additional info
[all …]