Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_flash_bank.c115 const uint32_t first_page = offset / FLASH_PAGE_SIZE; in pico_flash_bank_write() local
126 for(uint32_t page = first_page; page < last_page; page++) { in pico_flash_bank_write()
132 if (page == first_page && offset > 0) { in pico_flash_bank_write()