Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/bazel/util/
Dlabel_flag_matches.bzl7 matches = str(ctx.attr.expected_value.label) == str(ctx.attr.flag.label)
16 "expected_value": attr.label(
20 "flag": attr.label(
Dtransition.bzl3 if type(val) == "label":
64 out = ctx.actions.declare_file(ctx.label.name)
79 "src": attr.label(
90 "_malloc": attr.label(default = "//bazel:empty_cc_lib"),
93 "_allowlist_function_transition": attr.label(
96 "_link_extra_libs": attr.label(default = "//bazel:empty_cc_lib"),
115 "bt_stack_config": attr.label(mandatory = True),
116 "lwip_config": attr.label(mandatory = True),
121 "_allowlist_function_transition": attr.label(
141 "_allowlist_function_transition": attr.label(
[all …]
Dsdk_define.bzl41 "from_flag": attr.label(mandatory = True),
Dmultiple_choice_flag.bzl5 [flag label name]_[choice]
/hal_rpi_pico-latest/bazel/
Dpico_btstack_make_gatt_header.bzl13 … "{}_gatt_generated/{}.h".format(ctx.label.name, ctx.file.src.basename.removesuffix(".gatt")),
46 "src": attr.label(mandatory = True, allow_single_file = True),
47 "_btstack_hdr": attr.label(
51 "_make_gat_header_tool": attr.label(
Ddefs.bzl8 "{}_pio_generated/{}.h".format(ctx.label.name, f.basename),
53 "_pioasm_tool": attr.label(
/hal_rpi_pico-latest/src/common/pico_binary_info/include/pico/binary_info/
Dstructure.h104 bi_ptr_of(const char) label;
111 bi_ptr_of(const char) label;
144 bi_ptr_of(const char) label;
150 bi_ptr_of(const char) label;
164 bi_ptr_of(const char) label;
Dcode.h82 .label = _label, \
95 .label = _label, \
139 .label = _label \
149 .label = _label \
162 .label = _label \
190 #define bi_pin_mask_with_name(pmask, label) __bi_pins_with_name((pmask), (label)) argument
192 #define bi_pin_mask_with_names(pmask, label) __bi_pins_with_name((pmask), (label)) argument
201 #define bi_pin_mask_with_name(pmask, label) __bi_pins_64_with_name((uint64_t)(pmask), (lab… argument
203 #define bi_pin_mask_with_names(pmask, label) __bi_pins_64_with_name((uint64_t)(pmask), (la… argument
/hal_rpi_pico-latest/src/rp2_common/pico_standard_link/
Dpico_flash_region.bzl4 …flash_region_linker_fragment = ctx.actions.declare_file(ctx.label.name + "/ldinclude/pico_flash_re…
12 owner = ctx.label,
/hal_rpi_pico-latest/tools/pioasm/
Dpython_output.cpp174 std::string label = "?"; in disassemble() local
176 label = it->second; in disassemble()
179 op_guts(conditions[arg1] + ", \"" + label +"\""); in disassemble()
181 op_guts("\"" + label + "\""); in disassemble()
Dpio_types.h349 void add_label(std::shared_ptr<symbol> label) { in add_label()
350 label->value = resolvable_int(label->location, instructions.size()); in add_label()
351 add_symbol(label); in add_label()
Dparser.yy181 …| label_decl { pioasm.get_current_program(@1, "label").add_label(…
/hal_rpi_pico-latest/bazel/toolchain/
Dobjcopy.bzl34 "src": attr.label(
/hal_rpi_pico-latest/docs/
Dmain.css9 h1, h2, h3, h4, h5, h6, p, a, li, span, blockquote, input, textarea, select, label { selector
/hal_rpi_pico-latest/tools/
Duf2_aspect.bzl65 "_picotool": attr.label(default = "@picotool//:picotool", executable = True, cfg = "exec"),