Searched refs:mp_spiflash_erase_block_internal (Results 1 – 1 of 1) sorted by relevance
210 STATIC int mp_spiflash_erase_block_internal(mp_spiflash_t *self, uint32_t addr) { in mp_spiflash_erase_block_internal() function251 int ret = mp_spiflash_erase_block_internal(self, addr); in mp_spiflash_erase_block()343 int ret = mp_spiflash_erase_block_internal(self, cache->block * SECTOR_SIZE); in mp_spiflash_cache_flush_internal()413 int ret = mp_spiflash_erase_block_internal(self, addr); in mp_spiflash_cached_write_part()
Completed in 3 milliseconds