Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dflash.c272 uint32_t ui32SectorProtect; in FlashProtectionGet() local
280 ui32SectorProtect = FLASH_NO_PROTECT; in FlashProtectionGet()
291 ui32SectorProtect = FLASH_WRITE_PROTECT; in FlashProtectionGet()
301 ui32SectorProtect = FLASH_WRITE_PROTECT; in FlashProtectionGet()
313 ui32SectorProtect = FLASH_WRITE_PROTECT; in FlashProtectionGet()
325 ui32SectorProtect = FLASH_WRITE_PROTECT; in FlashProtectionGet()
332 return(ui32SectorProtect); in FlashProtectionGet()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dflash.c247 uint32_t ui32SectorProtect; in FlashProtectionGet() local
255 ui32SectorProtect = FLASH_NO_PROTECT; in FlashProtectionGet()
263 ui32SectorProtect = FLASH_WRITE_PROTECT; in FlashProtectionGet()
273 ui32SectorProtect = FLASH_WRITE_PROTECT; in FlashProtectionGet()
277 return(ui32SectorProtect); in FlashProtectionGet()