Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dflash_a.c487 uint32_t startBankBit, endBankBit, cutOffMemory; in FlashCtl_A_unprotectMemory() local
502 endBankBit = (endAddr - __INFO_FLASH_A_TECH_START__) in FlashCtl_A_unprotectMemory()
504 FLCTL_A->BANK0_INFO_WEPROT &= ~(0xFFFFFFFF >> (31 - endBankBit)) in FlashCtl_A_unprotectMemory()
509 endBankBit = (endAddr - cutOffMemory) / FLASH_A_SECTOR_SIZE; in FlashCtl_A_unprotectMemory()
510 FLCTL_A->BANK1_INFO_WEPROT &= ~((0xFFFFFFFF >> (31 - endBankBit)) in FlashCtl_A_unprotectMemory()
516 endBankBit = (endAddr - cutOffMemory)/FLASH_A_SECTOR_SIZE; in FlashCtl_A_unprotectMemory()
518 FLCTL_A->BANK1_INFO_WEPROT &= ~(0xFFFFFFFF >> (31 - (endBankBit))) & 0xF; in FlashCtl_A_unprotectMemory()
529 endBankBit = endAddr / FLASH_A_SECTOR_SIZE; in FlashCtl_A_unprotectMemory()
531 + ((endBankBit >> 5)); in FlashCtl_A_unprotectMemory()
532 endBankBit &= 0x1F; in FlashCtl_A_unprotectMemory()
[all …]