Searched refs:baseStartConfig (Results 1 – 1 of 1) sorted by relevance
488 volatile uint32_t* baseStartConfig, *baseEndConfig; in FlashCtl_A_unprotectMemory() local544 baseStartConfig = &FLCTL_A->BANK0_MAIN_WEPROT0 in FlashCtl_A_unprotectMemory()550 baseStartConfig = &FLCTL_A->BANK1_MAIN_WEPROT0 in FlashCtl_A_unprotectMemory()555 if (baseStartConfig == baseEndConfig) in FlashCtl_A_unprotectMemory()557 (*baseStartConfig) &= ~((0xFFFFFFFF >> (31 - endBankBit)) in FlashCtl_A_unprotectMemory()562 *baseStartConfig &= ~(0xFFFFFFFF << startBankBit); in FlashCtl_A_unprotectMemory()564 if (baseStartConfig == &FLCTL_A->BANK0_MAIN_WEPROT7) in FlashCtl_A_unprotectMemory()566 baseStartConfig = &FLCTL_A->BANK1_MAIN_WEPROT0; in FlashCtl_A_unprotectMemory()569 baseStartConfig++; in FlashCtl_A_unprotectMemory()572 while (baseStartConfig != baseEndConfig) in FlashCtl_A_unprotectMemory()[all …]