Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_flash/include/hardware/
Dflash.h69 void flash_range_erase(uint32_t flash_offs, size_t count);
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
Dbtstack_flash_bank.c45 flash_range_erase(mop->p0, PICO_FLASH_BANK_SIZE); in pico_flash_bank_perform_flash_mutation_operation()
/hal_rpi_pico-latest/src/rp2_common/hardware_flash/
Dflash.c114 void __no_inline_not_in_flash_func(flash_range_erase)(uint32_t flash_offs, size_t count) { in __no_inline_not_in_flash_func() argument