Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dflash.c213 FlashSectorSizeGet())); in FlashProtectionSet()
214 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionSet()
219 FlashSectorSizeGet(); in FlashProtectionSet()
252 FlashSectorSizeGet())); in FlashProtectionGet()
253 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionGet()
256 ui32SectorNumber = (ui32SectorAddress - FLASHMEM_BASE) / FlashSectorSizeGet(); in FlashProtectionGet()
297 FlashSectorSizeGet())); in FlashProtectionSave()
298 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionSave()
303 ui32SectorNumber = (ui32SectorAddress - FLASHMEM_BASE) / FlashSectorSizeGet(); in FlashProtectionSave()
304 ui32CcfgSectorAddr = FLASHMEM_BASE + FlashSizeGet() - FlashSectorSizeGet(); in FlashProtectionSave()
[all …]
Dflash.h251 FlashSectorSizeGet(void) in FlashSectorSizeGet() function
283 return(ui32NoOfSectors * FlashSectorSizeGet()); in FlashSizeGet()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dflash.c215 FlashSectorSizeGet())); in FlashProtectionSet()
216 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionSet()
224 FlashSectorSizeGet(); in FlashProtectionSet()
277 FlashSectorSizeGet())); in FlashProtectionGet()
278 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionGet()
281 ui32SectorNumber = (ui32SectorAddress - FLASHMEM_BASE) / FlashSectorSizeGet(); in FlashProtectionGet()
352 FlashSectorSizeGet())); in FlashProtectionSave()
353 ASSERT((ui32SectorAddress & (FlashSectorSizeGet() - 1)) == 00); in FlashProtectionSave()
358 ui32SectorNumber = (ui32SectorAddress - FLASHMEM_BASE) / FlashSectorSizeGet(); in FlashProtectionSave()
359 ui32CcfgSectorAddr = FLASHMEM_BASE + FlashSizeGet() - FlashSectorSizeGet(); in FlashProtectionSave()
[all …]
Dflash.h249 FlashSectorSizeGet(void) in FlashSectorSizeGet() function
281 return(ui32NoOfSectors * FlashSectorSizeGet()); in FlashSizeGet()