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/ |
D | stdio.c | 224 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/ |
D | CMakeLists.txt | 8 # 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/ |
D | memmap_no_flash.ld | 39 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.
|
D | memmap_copy_to_ram.ld | 57 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.
|
D | memmap_blocked_ram.ld | 57 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.
|
D | memmap_default.ld | 57 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/ |
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… 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/ |
D | cmsis_compiler.h | 86 #define __USED __attribute__((used)) 158 #define __USED __attribute__((used))
|
D | cmsis_armcc.h | 73 #define __USED __attribute__((used)) 131 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section("RESET")))
|
D | cmsis_armclang.h | 53 #define __USED __attribute__((used)) 136 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section("RESET")))
|
D | cmsis_armclang_ltm.h | 53 #define __USED __attribute__((used)) 136 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section("RESET")))
|
D | cmsis_gcc.h | 56 #define __USED __attribute__((used)) 182 #define __VECTOR_TABLE_ATTRIBUTE __attribute__((used, section(".vectors")))
|
D | cmsis_iccarm.h | 235 #define __USED __attribute__((used))
|
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/ |
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…
|
D | README.md | 14 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/ |
D | CMakeLists.txt | 37 # unmarked version used by stdio USB
|
/hal_rpi_pico-3.7.0-3.6.0-3.5.0/src/rp2_common/pico_mem_ops/ |
D | mem_ops_aeabi.S | 51 # 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/ |
D | CMakeLists.txt | 12 # 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/ |
D | CMakeLists.txt | 59 # 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/ |
D | LICENSE.TXT | 33 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/ |
D | CMakeLists.txt | 36 # by convention the first source file name without extension is used for the binary info name
|