Searched refs:used (Results 1 – 25 of 45) sorted by relevance
12
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/ |
D | stdio.c | 176 int used; member 181 if (buffer->used) { in stdio_stack_buffer_flush() 185 stdio_out_chars_crlf(d, buffer->buf, buffer->used); in stdio_stack_buffer_flush() 187 buffer->used = 0; in stdio_stack_buffer_flush() 193 if (buffer->used == PICO_STDIO_STACK_BUFFER_SIZE) { in stdio_buffered_printer() 196 buffer->buf[buffer->used++] = c; in stdio_buffered_printer() 327 buffer.used = 0; in PRIMARY_STDIO_FUNC()
|
/hal_rpi_pico-latest/docs/ |
D | mainpage.md | 7 …l high-level functionality built using PIO, such as audio. The SDK can be used to build anything f… 9 … SDK source tree using Doxygen. It provides basic information on the APIs used for each library, b… 13 The RP-series microcontroller range are powerful chips, however they are used in an embedded enviro… 15 …hey want it) to fine-tune every aspect of the application they are building and the libraries used. 21 Apart from being a widely-used build system for C/C++ development, CMake is fundamental to the way …
|
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/ |
D | CMakeLists.txt | 88 # # PICO_CMAKE_CONFIG: CYW43_PIO_CLOCK_DIV_INT, integer component of pio clock divider used … 92 …FIG: CYW43_PIO_CLOCK_DIV_FRAC8, fractional component of pio clock divider used for cyw43 comms in … 96 # # PICO_CMAKE_CONFIG: CYW43_PIO_CLOCK_DIV_DYNAMIC, flag used to enable dynamic pio clock di… 100 # Note: This is used by MP, so check for issues when making changes 135 # This can be used to set the following compile definitions
|
/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/ |
D | CMakeLists.txt | 8 # not currently used by clocks.c, but sensibly bundled here
|
/hal_rpi_pico-latest/src/common/boot_picoboot_headers/ |
D | BUILD.bazel | 3 # This needs to remain compatible with the host build since it's used by
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/ |
D | memmap_no_flash.ld | 39 cache-as-SRAM if both are used). 207 * used for linker to calculate size of stack sections, and assign 210 * stack1 section may be empty/missing if platform_launch_core1 is not used */ 213 * stack is not used then all of SCRATCH_X is free.
|
D | memmap_blocked_ram.ld | 57 This can be used to transfer control back to the bootrom on debugger 239 * used for linker to calculate size of stack sections, and assign 242 * stack1 section may be empty/missing if platform_launch_core1 is not used */ 245 * stack is not used then all of SCRATCH_X is free.
|
D | memmap_copy_to_ram.ld | 57 This can be used to transfer control back to the bootrom on debugger 240 * used for linker to calculate size of stack sections, and assign 243 * stack1 section may be empty/missing if platform_launch_core1 is not used */ 246 * stack is not used then all of SCRATCH_X is free.
|
D | memmap_default.ld | 57 This can be used to transfer control back to the bootrom on debugger 239 * used for linker to calculate size of stack sections, and assign 242 * stack1 section may be empty/missing if platform_launch_core1 is not used */ 245 * stack is not used then all of SCRATCH_X is free.
|
/hal_rpi_pico-latest/src/rp2040/ |
D | README.md | 1 This directory contains files specific to the RP2040 hardware. It is only used when building for th…
|
/hal_rpi_pico-latest/src/rp2350/ |
D | README.md | 1 This directory contains files specific to the RP2350 hardware. It is only used when building for RP…
|
/hal_rpi_pico-latest/src/rp2_common/tinyusb/ |
D | CMakeLists.txt | 37 # unmarked version used by stdio USB 58 # suppress warning in our copy of LWIP in case it is used by TinyUSB
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/ |
D | memmap_no_flash.ld | 43 /* Vectors require 512-byte alignment on v8-M when >48 IRQs are used, 212 * used for linker to calculate size of stack sections, and assign 215 * stack1 section may be empty/missing if platform_launch_core1 is not used */ 218 * stack is not used then all of SCRATCH_X is free.
|
D | memmap_copy_to_ram.ld | 50 This is used to go back through the bootrom on debugger launches only, 260 * used for linker to calculate size of stack sections, and assign 263 * stack1 section may be empty/missing if platform_launch_core1 is not used */ 266 * stack is not used then all of SCRATCH_X is free.
|
D | memmap_default.ld | 45 This is used to go back through the bootrom on debugger launches only, 253 * used for linker to calculate size of stack sections, and assign 256 * stack1 section may be empty/missing if platform_launch_core1 is not used */ 259 * stack is not used then all of SCRATCH_X is free.
|
/hal_rpi_pico-latest/bazel/constraint/ |
D | BUILD.bazel | 13 # This constraint value is used to guide the host build. 19 # This constraint value is used to guide parts of the build that are specific 26 # This constraint value is used to guide parts of the build that are specific
|
/hal_rpi_pico-latest/tools/ |
D | uf2_aspect.bzl | 43 additional outputs. However, this aspect may be used as a secondary, adjacent 46 This can be used from a build to produce UF2 files alongside the regular
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/ |
D | cmsis_compiler.h | 92 #define __USED __attribute__((used)) 165 #define __USED __attribute__((used))
|
D | cmsis_armcc.h | 73 #define __USED __attribute__((used)) 131 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section("RESET")))
|
/hal_rpi_pico-latest/bazel/util/ |
D | multiple_choice_flag.bzl | 7 This can be used with select_choice() to map `config_setting`s to values.
|
/hal_rpi_pico-latest/src/rp2_common/pico_mem_ops/ |
D | CMakeLists.txt | 14 # beware commpiler memcpy cannot be used for unaligned copies in peripheral space
|
D | mem_ops_aeabi.S | 50 # lump them both together because likely both to be used, in which case doing so saves 1 word
|
/hal_rpi_pico-latest/src/ |
D | combined-docs.cmake | 1 # This is not a platform proper; but is used to build a merged set of documentation
|
/hal_rpi_pico-latest/ |
D | CMakeLists.txt | 3 # Note: this CMakeLists.txt can be used as a top-level CMakeLists.txt for the SDK itself. For all o…
|
D | LICENSE.TXT | 12 3. Neither the name of the copyright holder nor the names of its contributors may be used to endors…
|
12