Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 45) sorted by relevance

12

/hal_rpi_pico-latest/src/rp2_common/pico_stdio/
Dstdio.c176 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/
Dmainpage.md7 …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/
DCMakeLists.txt88 # # 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/
DCMakeLists.txt8 # not currently used by clocks.c, but sensibly bundled here
/hal_rpi_pico-latest/src/common/boot_picoboot_headers/
DBUILD.bazel3 # This needs to remain compatible with the host build since it's used by
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/
Dmemmap_no_flash.ld39 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.
Dmemmap_blocked_ram.ld57 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.
Dmemmap_copy_to_ram.ld57 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.
Dmemmap_default.ld57 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/
DREADME.md1 This directory contains files specific to the RP2040 hardware. It is only used when building for th…
/hal_rpi_pico-latest/src/rp2350/
DREADME.md1 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/
DCMakeLists.txt37 # 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/
Dmemmap_no_flash.ld43 /* 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.
Dmemmap_copy_to_ram.ld50 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.
Dmemmap_default.ld45 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/
DBUILD.bazel13 # 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/
Duf2_aspect.bzl43 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/
Dcmsis_compiler.h92 #define __USED __attribute__((used))
165 #define __USED __attribute__((used))
Dcmsis_armcc.h73 #define __USED __attribute__((used))
131 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section("RESET")))
/hal_rpi_pico-latest/bazel/util/
Dmultiple_choice_flag.bzl7 This can be used with select_choice() to map `config_setting`s to values.
/hal_rpi_pico-latest/src/rp2_common/pico_mem_ops/
DCMakeLists.txt14 # beware commpiler memcpy cannot be used for unaligned copies in peripheral space
Dmem_ops_aeabi.S50 # lump them both together because likely both to be used, in which case doing so saves 1 word
/hal_rpi_pico-latest/src/
Dcombined-docs.cmake1 # This is not a platform proper; but is used to build a merged set of documentation
/hal_rpi_pico-latest/
DCMakeLists.txt3 # Note: this CMakeLists.txt can be used as a top-level CMakeLists.txt for the SDK itself. For all o…
DLICENSE.TXT12 3. Neither the name of the copyright holder nor the names of its contributors may be used to endors…

12