Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_flash_bank.c57 assert(((uintptr_t)&__flash_binary_end - XIP_BASE <= PICO_FLASH_BANK_STORAGE_OFFSET)); in pico_flash_bank_get_fixed_storage_offset()
93 …memcpy(buffer, (void *)(XIP_BASE + pico_flash_bank_get_storage_offset_func() + (PICO_FLASH_BANK_SI… in pico_flash_bank_read()
134 (void *)(XIP_BASE + bank_start_pos + (page * 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()
/hal_rpi_pico-latest/src/rp2_common/hardware_xip_cache/
Dxip_cache.c76 *(io_wo_32 *)(offset + XIP_BASE) = 0; in __no_inline_not_in_flash_func()
93 …xip_cache_maintain(XIP_END - XIP_BASE - XIP_CACHE_SIZE, XIP_CACHE_SIZE, XIP_CACHE_CLEAN_BY_SET_WAY… in __no_inline_not_in_flash_func()
/hal_rpi_pico-latest/src/rp2040/boot_stage2/asminclude/boot2_helpers/
Dexit_from_boot2.S21 ldr r0, =(XIP_BASE + 0x100)
/hal_rpi_pico-latest/src/rp2_common/hardware_xip_cache/include/hardware/
Dxip_cache.h70 #define XIP_CACHE_ADDRESS_SPACE_SIZE (XIP_END - XIP_BASE)
/hal_rpi_pico-latest/src/rp2040/hardware_regs/include/hardware/regs/
Daddressmap.h24 #define XIP_BASE _u(0x10000000) macro
/hal_rpi_pico-latest/src/rp2350/hardware_regs/include/hardware/regs/
Daddressmap.h24 #define XIP_BASE _u(0x10000000) macro
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/
Dflash.c46 const volatile uint32_t *copy_from = (uint32_t *)XIP_BASE; in __no_inline_not_in_flash_func()