Searched refs:FLASHMEM_BASE (Results 1 – 3 of 3) sorted by relevance
219 ASSERT(ui32SectorAddress <= (FLASHMEM_BASE + FlashSizeGet() - in FlashProtectionSet()225 ui32SectorNumber = (ui32SectorAddress - FLASHMEM_BASE) / in FlashProtectionSet()258 ASSERT(ui32SectorAddress <= (FLASHMEM_BASE + FlashSizeGet() - in FlashProtectionGet()263 ui32SectorNumber = (ui32SectorAddress - FLASHMEM_BASE) / FlashSectorSizeGet(); in FlashProtectionGet()303 ASSERT(ui32SectorAddress <= (FLASHMEM_BASE + FlashSizeGet() - in FlashProtectionSave()310 ui32SectorNumber = (ui32SectorAddress - FLASHMEM_BASE) / FlashSectorSizeGet(); in FlashProtectionSave()311 ui32CcfgSectorAddr = FLASHMEM_BASE + FlashSizeGet() - FlashSectorSizeGet(); in FlashProtectionSave()343 ASSERT(ui32SectorAddress <= (FLASHMEM_BASE + FlashSizeGet() - in FlashSectorErase()372 ASSERT((ui32Address + ui32Count) <= (FLASHMEM_BASE + FlashSizeGet())); in FlashProgram()
143 #define ADDR_OFFSET (0x1F800000 - FLASHMEM_BASE)
46 #define FLASHMEM_BASE 0x00000000 // FLASHMEM macro