Searched refs:FLASH_SECTOR_SIZE (Results 1 – 6 of 6) sorted by relevance
55 #define FLASH_SECTOR_SIZE (STRATA_NVM_FLASH_SECTOR_SIZE) /* 1 kB */ macro84 #define FLASH_SECTOR_SIZE (PMOD_SF3_FLASH_SECTOR_SIZE) /* 1 kB */ macro101 #define FWU_METADATA_FLASH_SECTOR_SIZE (FLASH_SECTOR_SIZE)
30 static uint8_t local_block_flash[FLASH_SECTOR_SIZE];33 .bufferlen = FLASH_SECTOR_SIZE,
26 static uint8_t local_block_flash0[FLASH_SECTOR_SIZE]; in s_test_io_storage_multiple_flash_simultaneous()
575 EraseInit.NbSectors = FLASH0_SECTOR_SIZE / FLASH_SECTOR_SIZE; in Flash_EraseSector()
1127 first_allowed = dwl_offset / FLASH_SECTOR_SIZE; in hdpext_loader_cfg()
10155 #define FLASH_SECTOR_SIZE 0x2000U /*!< Flash Sect… macro10156 #define FLASH_SECTOR_NB (FLASH_BANK_SIZE / FLASH_SECTOR_SIZE) /*!< Flash Sect…