Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/nvs/
DNVSSPI25X.c75 #define SPIFLASH_SECTOR_SIZE 0x10000 macro
647 if (size >= SPIFLASH_SECTOR_SIZE && in doErase()
648 ((sectorBase & (SPIFLASH_SECTOR_SIZE - 1)) == 0)){ in doErase()
650 eraseSize = SPIFLASH_SECTOR_SIZE; in doErase()