Home
last modified time | relevance | path

Searched refs:XIP_BASE (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-3.4.0/src/rp2_common/pico_btstack/
Dbtstack_flash_bank.c58 …memcpy(buffer, (void *)(XIP_BASE + PICO_FLASH_BANK_STORAGE_OFFSET + (PICO_FLASH_BANK_SIZE * bank) … in pico_flash_bank_read()
99 (void *)(XIP_BASE + bank_start_pos + (page * FLASH_PAGE_SIZE)), in pico_flash_bank_write()
106 (void *)(XIP_BASE + bank_start_pos + (page * FLASH_PAGE_SIZE) + offset + size_left), in pico_flash_bank_write()
140 assert((uintptr_t)&__flash_binary_end - XIP_BASE <= PICO_FLASH_BANK_STORAGE_OFFSET); in pico_flash_bank_instance()
/hal_rpi_pico-3.4.0/src/rp2_common/boot_stage2/asminclude/boot2_helpers/
Dexit_from_boot2.S21 ldr r0, =(XIP_BASE + 0x100)
/hal_rpi_pico-3.4.0/src/rp2040/hardware_regs/include/hardware/regs/
Daddressmap.h18 #define XIP_BASE _u(0x10000000) macro
/hal_rpi_pico-3.4.0/src/rp2_common/hardware_flash/
Dflash.c38 boot2_copyout[i] = ((uint32_t *)XIP_BASE)[i]; in __no_inline_not_in_flash_func()