Searched refs:page (Results 1 – 7 of 7) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/ |
D | btstack_flash_bank.c | 126 for(uint32_t page = first_page; page < last_page; page++) { in pico_flash_bank_write() local 132 if (page == first_page && offset > 0) { in pico_flash_bank_write() 134 (void *)(XIP_BASE + bank_start_pos + (page * FLASH_PAGE_SIZE)), in pico_flash_bank_write() 139 if (page == last_page - 1 && (offset + size_left) < FLASH_PAGE_SIZE) { in pico_flash_bank_write() 141 (void *)(XIP_BASE + bank_start_pos + (page * FLASH_PAGE_SIZE) + offset + size_left), in pico_flash_bank_write() 158 .p0 = bank_start_pos + (page * FLASH_PAGE_SIZE), in pico_flash_bank_write()
|
/hal_rpi_pico-latest/docs/ |
D | examples.md | 3 This page links to the various example code fragments in this documentation. For more complete exam…
|
D | weblinks_page.md | 24 For the Raspberry Pi Pico page, [see here](https://rptl.io/rp2040-get-started)
|
/hal_rpi_pico-latest/src/rp2_common/pico_standard_link/ |
D | CMakeLists.txt | 96 …# PICO_CMAKE_CONFIG: PICO_USE_DEFAULT_MAX_PAGE_SIZE, Don't shrink linker max page to 4096, type=bo… 98 target_link_options(pico_standard_link INTERFACE "LINKER:-z,max-page-size=4096")
|
/hal_rpi_pico-latest/bazel/toolchain/ |
D | BUILD.bazel | 130 linkopts = ["-Wl,-z,max-page-size=4096"],
|
/hal_rpi_pico-latest/bazel/config/ |
D | BUILD.bazel | 177 # PICO_BAZEL_CONFIG: PICO_USE_DEFAULT_MAX_PAGE_SIZE, Don't shrink linker max page to 4096, type=boo…
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/ |
D | LICENSE.txt | 186 same "printed page" as the copyright notice for easier
|