Home
last modified time | relevance | path

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

/external/platform/cc13xx/cc13xxware/driverlib/
A Dflash.c233 FlashSectorSizeGet())); in FlashProtectionSet()
234 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionSet()
239 FlashSectorSizeGet(); in FlashProtectionSet()
274 FlashSectorSizeGet())); in FlashProtectionGet()
275 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionGet()
278 ui32SectorNumber = (ui32SectorAddress - FLASHMEM_BASE) / FlashSectorSizeGet(); in FlashProtectionGet()
321 FlashSectorSizeGet())); in FlashProtectionSave()
322 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionSave()
330 ui32CcfgSectorAddr = FLASHMEM_BASE + FlashSizeGet() - FlashSectorSizeGet(); in FlashProtectionSave()
371 FlashSectorSizeGet())); in FlashSectorErase()
[all …]
A Dflash.h259 FlashSectorSizeGet(void) in FlashSectorSizeGet() function
297 return(ui32NoOfSectors * FlashSectorSizeGet()); in FlashSizeGet()

Completed in 6 milliseconds