Searched refs:major (Results 1 – 7 of 7) sorted by relevance
/hal_rpi_pico-latest/ |
D | pico_sdk_version.cmake | 1 … 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/ |
D | BUILD.bazel | 10 … 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/ |
D | pio_instructions.h | 85 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/ |
D | pio_disassembler.cpp | 18 uint major = (inst >> 13u) & 0x7; in disassemble() local 29 switch (major) { in disassemble()
|
D | python_output.cpp | 156 uint major = (inst >> 13u) & 0x7; in disassemble() local 168 switch (major) { in disassemble()
|
/hal_rpi_pico-latest/tools/ |
D | CMakeLists.txt | 242 # 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/ |
D | CMakeLists.txt | 58 …# commented out as I don't think there is a major use case for these to be settable from CMake com…
|