Searched refs:XIP_BASE (Results 1 – 4 of 4) sorted by relevance
56 assert(((uintptr_t)&__flash_binary_end - XIP_BASE <= PICO_FLASH_BANK_STORAGE_OFFSET)); in pico_flash_bank_get_fixed_storage_offset()92 …memcpy(buffer, (void *)(XIP_BASE + pico_flash_bank_get_storage_offset_func() + (PICO_FLASH_BANK_SI… in pico_flash_bank_read()133 (void *)(XIP_BASE + bank_start_pos + (page * FLASH_PAGE_SIZE)), in pico_flash_bank_write()140 (void *)(XIP_BASE + bank_start_pos + (page * FLASH_PAGE_SIZE) + offset + size_left), in pico_flash_bank_write()
21 ldr r0, =(XIP_BASE + 0x100)
18 #define XIP_BASE _u(0x10000000) macro
38 boot2_copyout[i] = ((uint32_t *)XIP_BASE)[i]; in __no_inline_not_in_flash_func()
Completed in 7 milliseconds