Searched refs:mp_spiflash_write_page (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/drivers/memory/ |
A D | spiflash.c | 228 STATIC int mp_spiflash_write_page(mp_spiflash_t *self, uint32_t addr, size_t len, const uint8_t *sr… in mp_spiflash_write_page() function 274 ret = mp_spiflash_write_page(self, addr, rest, src); in mp_spiflash_write() 351 int ret = mp_spiflash_write_page(self, addr, PAGE_SIZE, cache->buf + i * PAGE_SIZE); in mp_spiflash_cache_flush_internal() 432 …int ret = mp_spiflash_write_page(self, addr + i * PAGE_SIZE, PAGE_SIZE, cache->buf + i * PAGE_SIZE… in mp_spiflash_cached_write_part()
|
Completed in 3 milliseconds