Searched refs:startBankBit (Results 1 – 1 of 1) sorted by relevance
487 uint32_t startBankBit, endBankBit, cutOffMemory; in FlashCtl_A_unprotectMemory() local500 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 …]