Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dflash.h273 uint32_t ui32NoOfSectors; in FlashSizeGet() local
276 ui32NoOfSectors = (HWREG(FLASH_BASE + FLASH_O_FLASH_SIZE) & in FlashSizeGet()
281 return(ui32NoOfSectors * FlashSectorSizeGet()); in FlashSizeGet()