Home
last modified time | relevance | path

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

/external/platform/cc13xx/cc13xxware/driverlib/
A Dflash.h90 #define FlashProtectionGet NOROM_FlashProtectionGet macro
395 extern uint32_t FlashProtectionGet(uint32_t ui32SectorAddress);
793 #undef FlashProtectionGet
794 #define FlashProtectionGet ROM_FlashProtectionGet macro
A Dflash.c57 #undef FlashProtectionGet
58 #define FlashProtectionGet NOROM_FlashProtectionGet macro
265 FlashProtectionGet(uint32_t ui32SectorAddress) in FlashProtectionGet() function
324 if(FlashProtectionGet(ui32SectorAddress) == FLASH_WRITE_PROTECT) in FlashProtectionSave()

Completed in 6 milliseconds