Home
last modified time | relevance | path

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

/lk-master/external/platform/stellaris/ti-driverlib/driverlib/
A Dflash.c368 FLASH_FMP_BLOCK_0) << 1) | in FlashProtectGet()
369 ((ulFMPPE >> (ulAddress / FLASH_PROTECT_SIZE)) & FLASH_FMP_BLOCK_0)) in FlashProtectGet()
487 ulProtectRE &= ~(FLASH_FMP_BLOCK_0 << ulAddress); in FlashProtectSet()
488 ulProtectPE &= ~(FLASH_FMP_BLOCK_0 << ulAddress); in FlashProtectSet()
504 if(((ulProtectRE >> ulAddress) & FLASH_FMP_BLOCK_0) != in FlashProtectSet()
505 FLASH_FMP_BLOCK_0) in FlashProtectSet()
513 ulProtectPE &= ~(FLASH_FMP_BLOCK_0 << ulAddress); in FlashProtectSet()
531 if((((ulProtectRE >> ulAddress) & FLASH_FMP_BLOCK_0) != in FlashProtectSet()
532 FLASH_FMP_BLOCK_0) || in FlashProtectSet()
533 (((ulProtectPE >> ulAddress) & FLASH_FMP_BLOCK_0) != in FlashProtectSet()
[all …]
/lk-master/external/platform/stellaris/ti-driverlib/inc/
A Dhw_flash.h378 #define FLASH_FMP_BLOCK_0 0x00000001 // Enable for block 0 macro

Completed in 6 milliseconds