Home
last modified time | relevance | path

Searched full:uses (Results 1 – 25 of 89) sorted by relevance

1234

/hal_rpi_pico-latest/.github/workflows/
Dbazel_build.yml17 uses: actions/checkout@v4
21 uses: bazel-contrib/setup-bazel@0.9.0
31 uses: actions/setup-python@v5
35 uses: actions/checkout@v4
50 uses: actions/checkout@v4
54 uses: bazel-contrib/setup-bazel@0.9.0
64 uses: actions/setup-python@v5
68 uses: actions/checkout@v4
Dwindows.yml20 uses: actions/checkout@v4
DmacOS.yml20 uses: actions/checkout@v4
Dcmake.yml26 uses: actions/checkout@v4
/hal_rpi_pico-latest/tools/
Dcheck_doxygen_groups.py33 print("{} uses \\defgroup {} but so does {}".format(groups[group], group, filename))
47 print("{} uses \\ingroup {} which was never defined".format(filename, group))
Dcompare_build_systems.py69 # Bazel uses native --platforms mechanics.
79 # Bazel build uses PICO_CONFIG_EXTRA_HEADER and PICO_CONFIG_PLATFORM_HEADER
84 # Bazel uses PICO_CONFIG_HEADER.
/hal_rpi_pico-latest/src/rp2_common/hardware_divider/include/hardware/
Ddivider_helper.S24 // originally we did this, however a) it uses r3, and b) the push and dividend/divisor
25 // readout takes 8 cycles, c) any IRQ which uses the divider will necessarily put the
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/include/hardware/
Dflash.h179 * made in this way persist until the next reboot. The ROM uses this device information to control
213 * This controls whether checked_flash_op() ROM API uses D8h 64k block erase where possible, for
214 * faster erase times. If not, this ROM API always uses 20h 4k sector erase.
/hal_rpi_pico-latest/src/rp2_common/hardware_irq/include/hardware/
Dirq.h39 * The RP2040 uses the standard ARM nested vectored interrupt controller (NVIC).
218 * Note that this API uses the same (inverted) ordering as ARM on RISC-V
238 * Note that this API uses the same (inverted) ordering as ARM on RISC-V
327 …* \note The order_priority uses \em higher values for higher priorities which is the \em opposite …
/hal_rpi_pico-latest/src/rp2_common/pico_aon_timer/include/pico/
Daon_timer.h21 * This library uses the RTC on RP2040.
24 * This library uses the Powman Timer on RP2350.
/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/regs/
Drosc.h41 // LOW uses stages 0 to 7
42 // MEDIUM uses stages 2 to 7
43 // HIGH uses stages 4 to 7
44 // TOOHIGH uses stages 6 to 7 and should not be used because its
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/regs/
Drosc.h41 // LOW uses stages 0 to 7
42 // MEDIUM uses stages 2 to 7
43 // HIGH uses stages 4 to 7
44 // TOOHIGH uses stages 6 to 7 and should not be used because its
/hal_rpi_pico-latest/src/common/pico_binary_info/include/pico/
Dbinary_info.h15 * Example uses include:
/hal_rpi_pico-latest/src/common/pico_util/
DBUILD.bazel18 # invalid_params_if() uses Statement Expressions, which aren't supported in MSVC.
/hal_rpi_pico-latest/bazel/config/
DBUILD.bazel132 …nk. hardware uses accelerated divide instructions while compiler allows the compiler to decide how…
/hal_rpi_pico-latest/src/host/
DREADME.md13 which uses the SDL2 library to add additional library support for pico_multicore, timers/alarms in …
/hal_rpi_pico-latest/bazel/util/
Dmultiple_choice_flag.bzl4 The name of each config setting uses the name of the `config_setting` is:
/hal_rpi_pico-latest/src/common/pico_sync/
DBUILD.bazel29 # valid_params_if() uses Statement Expressions, which aren't supported in MSVC.
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
Dcompile_time_choice.S7 // This implementation uses the PICO_BOOT_STAGE2_CHOOSE_ preprocessor defines to pick
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
Dcompile_time_choice.S7 // This implementation uses the PICO_BOOT_STAGE2_CHOOSE_ preprocessor defines to pick
/hal_rpi_pico-latest/bazel/
Dgenerate_version_header.py4 Splits a semantic version string into major, minor, and patch and uses the
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/
DCMakeLists.txt82 …PICO_CYW43_ARCH_THREADSAFE_BACKGROUND=1 # none still uses threadsafe_background to make gpio use e…
/hal_rpi_pico-latest/
DCMakeLists.txt3 …his CMakeLists.txt can be used as a top-level CMakeLists.txt for the SDK itself. For all other uses
/hal_rpi_pico-latest/src/rp2_common/hardware_sync/include/hardware/
Dsync.h42 …* This SDK by default uses atomic memory accesses to implement the hardware_sync_spin_lock API, as…
45 …* The SDK uses the following default spin lock assignments, classifying which spin locks are reser…
/hal_rpi_pico-latest/src/common/pico_time/
DBUILD.bazel15 # invalid_params_if() uses Statement Expressions, which aren't supported in MSVC.

1234