Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dflash_a.c487 uint32_t startBankBit, endBankBit, cutOffMemory; in FlashCtl_A_unprotectMemory() local
500 startBankBit = (startAddr - __INFO_FLASH_A_TECH_START__) in FlashCtl_A_unprotectMemory()
505 & (0xFFFFFFFF << startBankBit); in FlashCtl_A_unprotectMemory()
508 startBankBit = (startAddr - cutOffMemory) / FLASH_A_SECTOR_SIZE; in FlashCtl_A_unprotectMemory()
511 & (0xFFFFFFFF << startBankBit)); in FlashCtl_A_unprotectMemory()
514 startBankBit = (startAddr - __INFO_FLASH_A_TECH_START__) in FlashCtl_A_unprotectMemory()
517 FLCTL_A->BANK0_INFO_WEPROT &= ~(0xFFFFFFFF << startBankBit) & 0xF; in FlashCtl_A_unprotectMemory()
543 startBankBit = (startAddr / FLASH_A_SECTOR_SIZE); in FlashCtl_A_unprotectMemory()
545 + (startBankBit >> 5); in FlashCtl_A_unprotectMemory()
546 startBankBit &= 0x1F; in FlashCtl_A_unprotectMemory()
[all …]