Home
last modified time | relevance | path

Searched refs:using (Results 1 – 25 of 27) sorted by relevance

12

/hal_rpi_pico-latest/tools/pioasm/
Dpio_assembler.h22 using syntax_error = yy::parser::syntax_error;
23 using location_type = yy::parser::location_type;
24 using position = yy::position;
Dpio_types.h45 using rvalue = std::shared_ptr<resolvable>;
/hal_rpi_pico-latest/src/common/
DREADME.md2 of common header files, or high level functionality built entirely using `hardware_` or `pico_` lib…
/hal_rpi_pico-latest/cmake/preload/toolchains/util/
Dpico_arm_clang_common.cmake57 …c.h` seems to exist on the newer versions of LLVM embedded toolchain for ARM using picolibc whereas
60 message("Setting default C library to picolibc as LLVM appears to be using it")
73 message("Setting default C library to llvm_libc as LLVM appears to be using it")
/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/include/hardware/
Dclocks.h210 #error PLL_SYS_VCO_FREQ_HZ, PLL_SYS_POSTDIV1 and PLL_SYS_POSTDIV2 must all be specified when using
246 #error PLL_USB_VCO_FREQ_HZ, PLL_USB_POSTDIV1 and PLL_USB_POSTDIV2 must all be specified when using
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context_freertos.h43 …igNUM_CORES, however it looks like you may need to define both as you are using an old SMP branch …
/hal_rpi_pico-latest/src/rp2_common/hardware_powman/
Dpowman.c100 static void powman_timer_use_gpio(uint32_t gpio, uint32_t use, uint32_t using) { in powman_timer_use_gpio() argument
109 while(!(powman_hw->timer & using)); in powman_timer_use_gpio()
/hal_rpi_pico-latest/src/rp2_common/pico_divider/
DCMakeLists.txt2 …# library to be depended on - we make this depend on particular implementations using per target g…
/hal_rpi_pico-latest/src/host/
DREADME.md2 running on your computer (Raspberry Pi OS, Linux, macOS or Windows using Cygwin or Windows Subsyste…
/hal_rpi_pico-latest/src/rp2_common/pico_printf/
DCMakeLists.txt2 …# library to be depended on - we make this depend on particular implementations using per target g…
/hal_rpi_pico-latest/src/rp2_common/pico_mem_ops/
Dmem_ops_aeabi.S30 # otherwise code using basic c division operators will require XIP flash access.
/hal_rpi_pico-latest/docs/
Dmainpage.md7 …ti-core programming, along with additional high-level functionality built using PIO, such as audio…
9 This documentation is generated from the SDK source tree using Doxygen. It provides basic informati…
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
DBUILD.bazel5 # Prefer using this target to link in all the enabled bt modules, as it will
/hal_rpi_pico-latest/src/rp2_common/cmsis/
DCMakeLists.txt47 # ... using these 3 lines instead
/hal_rpi_pico-latest/cmake/
Dpico_pre_load_toolchain.cmake49 …message("Accepting PICO_COMPILER value '${ORIG_PICO_COMPILER}' for compatibility, but using '${PIC…
Dpico_pre_load_platform.cmake106 # already using, so use that
/hal_rpi_pico-latest/bazel/
Ddefs.bzl98 This generates pico_config_platform_headers.h using the list of
/hal_rpi_pico-latest/src/rp2_common/pico_float/
DCMakeLists.txt2 …# library to be depended on - we make this depend on particular implementations using per target g…
/hal_rpi_pico-latest/src/rp2_common/pico_double/
DCMakeLists.txt2 …# library to be depended on - we make this depend on particular implementations using per target g…
Ddouble_fma_dcp.S82 ldrd r4,r5,[r12,#0] @ fetch a using original SP
602 ldrd r2,r3,[r12,#0] @ fetch a using original SP
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
DCMakeLists.txt100 # Create a new boot stage 2 target using the default implementation for the current build (PICO_BOA…
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
DCMakeLists.txt100 # Create a new boot stage 2 target using the default implementation for the current build (PICO_BOA…
/hal_rpi_pico-latest/tools/
DCMakeLists.txt77 …# Assemble the version string from components instead of using PICO_SDK_VERSION_STRING, because th…
157 …O_DEFAULT_PIOASM_OUTPUT_FORMAT, Default output format used by pioasm when using pico_generate_pio_…
383 # Add a UF2 output using picotool - must be called after
/hal_rpi_pico-latest/
DREADME.md28 …rry Pi Pico-Series C/C++ SDK](https://rptl.io/pico-c-sdk) to learn more about programming using the
178 For example, if not using an IDE:
/hal_rpi_pico-latest/src/rp2_common/pico_standard_link/
DCMakeLists.txt45 # todo only needed if not using a custom linker script

12