Searched refs:flash_range_erase (Results 1 – 3 of 3) sorted by relevance
63 void __no_inline_not_in_flash_func(flash_range_erase)(uint32_t flash_offs, size_t count) { in __no_inline_not_in_flash_func() argument71 …rom_flash_range_erase_fn flash_range_erase = (rom_flash_range_erase_fn)rom_func_lookup_inline(ROM_… in __no_inline_not_in_flash_func() local73 assert(connect_internal_flash && flash_exit_xip && flash_range_erase && flash_flush_cache); in __no_inline_not_in_flash_func()81 flash_range_erase(flash_offs, count, FLASH_BLOCK_SIZE, FLASH_BLOCK_ERASE_CMD); in __no_inline_not_in_flash_func()
60 void flash_range_erase(uint32_t flash_offs, size_t count);
40 …flash_range_erase(PICO_FLASH_BANK_STORAGE_OFFSET + (PICO_FLASH_BANK_SIZE * bank), PICO_FLASH_BANK_… in pico_flash_bank_erase()