Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dflash.h88 #define FlashProtectionGet NOROM_FlashProtectionGet macro
384 extern uint32_t FlashProtectionGet(uint32_t ui32SectorAddress);
780 #undef FlashProtectionGet
781 #define FlashProtectionGet ROM_FlashProtectionGet macro
Dflash.c56 #undef FlashProtectionGet
57 #define FlashProtectionGet NOROM_FlashProtectionGet macro
270 FlashProtectionGet(uint32_t ui32SectorAddress) in FlashProtectionGet() function
355 if(FlashProtectionGet(ui32SectorAddress) == FLASH_WRITE_PROTECT) in FlashProtectionSave()
/hal_ti-3.4.0/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dflash.h90 #define FlashProtectionGet NOROM_FlashProtectionGet macro
385 extern uint32_t FlashProtectionGet(uint32_t ui32SectorAddress);
781 #undef FlashProtectionGet
782 #define FlashProtectionGet ROM_FlashProtectionGet macro
Dflash.c58 #undef FlashProtectionGet
59 #define FlashProtectionGet NOROM_FlashProtectionGet macro
245 FlashProtectionGet(uint32_t ui32SectorAddress) in FlashProtectionGet() function
300 if(FlashProtectionGet(ui32SectorAddress) == FLASH_WRITE_PROTECT) in FlashProtectionSave()