Home
last modified time | relevance | path

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

/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_stdio/
Dstdio.c224 int used; member
229 if (buffer->used) { in stdio_stack_buffer_flush()
233 stdio_out_chars_crlf(d, buffer->buf, buffer->used); in stdio_stack_buffer_flush()
235 buffer->used = 0; in stdio_stack_buffer_flush()
241 if (buffer->used == PICO_STDIO_STACK_BUFFER_SIZE) { in stdio_buffered_printer()
244 buffer->buf[buffer->used++] = c; in stdio_buffered_printer()
257 buffer.used = 0; in WRAPPER_FUNC()
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/hardware_clocks/
DCMakeLists.txt8 # not currently used by clocks.c, but sensibly bundled here
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_standard_link/
Dmemmap_no_flash.ld39 cache-as-SRAM if both are used).
186 * used for linker to calculate size of stack sections, and assign
189 * stack1 section may be empty/missing if platform_launch_core1 is not used */
192 * 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
218 * used for linker to calculate size of stack sections, and assign
221 * stack1 section may be empty/missing if platform_launch_core1 is not used */
224 * 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
217 * used for linker to calculate size of stack sections, and assign
220 * stack1 section may be empty/missing if platform_launch_core1 is not used */
223 * 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
217 * used for linker to calculate size of stack sections, and assign
220 * stack1 section may be empty/missing if platform_launch_core1 is not used */
223 * stack is not used then all of SCRATCH_X is free.
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/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…
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-3.7.0-3.6.0-3.5.0/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcmsis_compiler.h86 #define __USED __attribute__((used))
158 #define __USED __attribute__((used))
Dcmsis_armcc.h73 #define __USED __attribute__((used))
131 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section("RESET")))
Dcmsis_armclang.h53 #define __USED __attribute__((used))
136 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section("RESET")))
Dcmsis_armclang_ltm.h53 #define __USED __attribute__((used))
136 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section("RESET")))
Dcmsis_gcc.h56 #define __USED __attribute__((used))
182 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section(".vectors")))
Dcmsis_iccarm.h235 #define __USED __attribute__((used))
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/
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…
DREADME.md14 The SDK can be used to build anything from simple applications, to fully fledged runtime environmen…
161 # Add pico_stdlib library which aggregates commonly used features
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/tinyusb/
DCMakeLists.txt37 # unmarked version used by stdio USB
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_mem_ops/
Dmem_ops_aeabi.S51 # lump them both together because likely both to be used, in which case doing so saves 1 word
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/tools/
DCMakeLists.txt12 # PICO_CMAKE_CONFIG: PICO_DEFAULT_PIOASM_OUTPUT_FORMAT, default output format used by pioasm when u…
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_cyw43_driver/
DCMakeLists.txt59 # Note: This is used by MP, so check for issues when making changes
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/test/pico_float_test/llvm/
DLICENSE.TXT33 Urbana-Champaign, nor the names of its contributors may be used to
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/boot_stage2/
DCMakeLists.txt36 # by convention the first source file name without extension is used for the binary info name