Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/
Dpico_sdk_version.cmake1 … PICO_BUILD_DEFINE: PICO_SDK_VERSION_MAJOR, SDK major version number, type=int, default=Current SD…
2 … PICO_CMAKE_CONFIG: PICO_SDK_VERSION_MAJOR, SDK major version number, type=int, default=Current SD…
/hal_rpi_pico-latest/src/common/pico_base_headers/
DBUILD.bazel10 … PICO_BAZEL_CONFIG: PICO_SDK_VERSION_MAJOR, SDK major version number, type=int, default=Current SD…
37 … PICO_BUILD_DEFINE: PICO_SDK_VERSION_MAJOR, SDK major version number, type=int, default=Current SD…
/hal_rpi_pico-latest/src/rp2_common/hardware_pio/include/hardware/
Dpio_instructions.h85 uint32_t major = _pio_major_instr_bits(instr_bits); in _pio_encode_instr_and_args() local
86 if (major == pio_instr_bits_in || major == pio_instr_bits_out) { in _pio_encode_instr_and_args()
/hal_rpi_pico-latest/tools/pioasm/
Dpio_disassembler.cpp18 uint major = (inst >> 13u) & 0x7; in disassemble() local
29 switch (major) { in disassemble()
Dpython_output.cpp156 uint major = (inst >> 13u) & 0x7; in disassemble() local
168 switch (major) { in disassemble()
/hal_rpi_pico-latest/tools/
DCMakeLists.txt242 # Adds a version item to the metadata block, with the given major, minor and
245 # definitions if only setting the major/minor versions.
258 # append major version
260 PICOTOOL_EXTRA_PROCESS_ARGS "--major" "${SV_MAJOR}"
283 # set major version
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
DCMakeLists.txt58 …# commented out as I don't think there is a major use case for these to be settable from CMake com…