Searched refs:_value (Results 1 – 1 of 1) sorted by relevance
/hal_rpi_pico-latest/src/common/pico_binary_info/include/pico/binary_info/ |
D | code.h | 54 #define bi_int(_tag, _id, _value) \ argument 61 .value = _value \ 64 #define bi_string(_tag, _id, _value) \ argument 71 .value = _value, \ 74 #define __bi_ptr_int32_with_name(_tag, _id, _label, _value) \ argument 81 .value = &_value, \ 87 #define __bi_ptr_string_with_name(_tag, _id, _label, _value, _len) \ argument 94 .value = _value, \
|