Home
last modified time | relevance | path

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

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dflash.c232 ASSERT(ui32SectorAddress <= (FLASHMEM_BASE + FlashSizeGet() - in FlashProtectionSet()
238 ui32SectorNumber = (ui32SectorAddress - FLASHMEM_BASE) / in FlashProtectionSet()
273 ASSERT(ui32SectorAddress <= (FLASHMEM_BASE + FlashSizeGet() - in FlashProtectionGet()
278 ui32SectorNumber = (ui32SectorAddress - FLASHMEM_BASE) / FlashSectorSizeGet(); in FlashProtectionGet()
320 ASSERT(ui32SectorAddress <= (FLASHMEM_BASE + FlashSizeGet() - in FlashProtectionSave()
329 ui32SectorNumber = (ui32SectorAddress - FLASHMEM_BASE) / FlashSectorSizeGet(); in FlashProtectionSave()
330 ui32CcfgSectorAddr = FLASHMEM_BASE + FlashSizeGet() - FlashSectorSizeGet(); in FlashProtectionSave()
370 ASSERT(ui32SectorAddress <= (FLASHMEM_BASE + FlashSizeGet() - in FlashSectorErase()
407 ASSERT((ui32Address + ui32Count) <= (FLASHMEM_BASE + FlashSizeGet())); in FlashProgram()
A Dflash.h143 #define ADDR_OFFSET (0x1F800000 - FLASHMEM_BASE)
/lk-master/external/platform/cc13xx/cc13xxware/inc/
A Dhw_memmap.h46 #define FLASHMEM_BASE 0x00000000 // FLASHMEM macro

Completed in 8 milliseconds