Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 37) sorted by relevance

12

/hal_rpi_pico-latest/tools/
Dextract_build_defines.py53 _type = config_attrs.get('type')
62 if config_attrs.get('min', None) is not None:
69 if config_attrs.get('max', None) is not None:
76 if config_attrs.get('default', None) is not None:
99 _default = config_attrs.get('default', None)
108 _default = config_attrs.get('default', None)
112 _default = config_attrs.get('default', None)
Dextract_cmake_configs.py53 _type = config_attrs.get('type')
62 if config_attrs.get('min', None) is not None:
69 if config_attrs.get('max', None) is not None:
76 if config_attrs.get('default', None) is not None:
99 _default = config_attrs.get('default', None)
108 _default = config_attrs.get('default', None)
112 _default = config_attrs.get('default', None)
Dextract_configs.py55 _type = config_attrs.get('type', 'int')
65 if config_attrs.get('min', None) is not None:
75 if config_attrs.get('max', None) is not None:
85 if config_attrs.get('default', None) is not None:
111 _default = config_attrs.get('default', None)
125 if config_attrs.get('default', None) is not None:
Dcompare_build_systems.py232 bazel_options.get(k, None),
233 cmake_options.get(k, None),
Dbazel_common.py82 if kwargs.get("capture_output", False):
/hal_rpi_pico-latest/tools/pioasm/
Dgo_output.cpp99 … disassemble(inst, program.sideset_bits_including_opt.get(), program.sideset_opt).c_str()); in output()
105 fprintf(out, "const %sOrigin = %d\n", prefix.c_str(), program.origin.get()); in output()
112 … fprintf(out, "\tcfg.SetSidesetParams(%d, %s, %s)\n", program.sideset_bits_including_opt.get(), in output()
Djson_output.cpp98 fprintf(out, "%s\"origin\": %d,\n", tabs, program.origin.get()); in output()
101 …size\": %d, \"optional\": %s, \"pindirs\": %s},\n", tabs, program.sideset_bits_including_opt.get(), in output()
Dc_sdk_output.cpp99 … disassemble(inst, program.sideset_bits_including_opt.get(), program.sideset_opt).c_str()); in output()
111 fprintf(out, " .origin = %d,\n", program.origin.get()); in output()
134 …intf(out, " sm_config_set_sideset(&c, %d, %s, %s);\n", program.sideset_bits_including_opt.get(), in output()
Doutput_format.h37 const T &get() const { return specified ? value : default_value; } in get() function
Dada_output.cpp133 … disassemble(inst, program.sideset_bits_including_opt.get(), program.sideset_opt).c_str()); in output()
/hal_rpi_pico-latest/src/common/pico_stdlib_headers/
DBUILD.bazel3 # Use //host/pico_stdlib or //rp2_common/pico_stdlib to get the
/hal_rpi_pico-latest/src/host/pico_platform/
DCMakeLists.txt1 # This file may be included directly by a build to get common SDK macros and types
/hal_rpi_pico-latest/bazel/
Dgenerate_version_header.py51 lambda val: str(defines.get(val.group(1))),
/hal_rpi_pico-latest/docs/
Dweblinks_page.md13 - [Getting started with Raspberry Pi Pico](https://rptl.io/pico-get-started)
24 For the Raspberry Pi Pico page, [see here](https://rptl.io/rp2040-get-started)
/hal_rpi_pico-latest/bazel/util/
Dsdk_define.bzl23 These can be listed in the `deps` attribute of a `cc_library` to get access
Dtransition.bzl45 accumulated_flags = final_overrides.get(flag, settings.get(flag, []))
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
DBUILD.bazel2 # This ensures that you'll get the right headers for the MCU you're targeting.
149 # it doesn't get dropped before the linker script can find it.
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
DBUILD.bazel2 # This ensures that you'll get the right headers for the MCU you're targeting.
149 # it doesn't get dropped before the linker script can find it.
/hal_rpi_pico-latest/src/rp2350/pico_platform/
DBUILD.bazel23 # get linked in.
/hal_rpi_pico-latest/src/rp2040/pico_platform/
DBUILD.bazel23 # get linked in.
/hal_rpi_pico-latest/src/host/
DREADME.md1 This is a basic set of replacement library implementations sufficient to get simple applications
/hal_rpi_pico-latest/src/rp2040/hardware_regs/
DBUILD.bazel2 # This ensures that you'll get the right headers for the MCU you're targeting.
/hal_rpi_pico-latest/src/rp2040/hardware_structs/
DBUILD.bazel2 # This ensures that you'll get the right headers for the MCU you're targeting.
/hal_rpi_pico-latest/src/rp2350/hardware_structs/
DBUILD.bazel2 # This ensures that you'll get the right headers for the MCU you're targeting.
/hal_rpi_pico-latest/src/rp2350/hardware_regs/
DBUILD.bazel2 # This ensures that you'll get the right headers for the MCU you're targeting.

12