Searched refs:baseEndConfig (Results 1 – 1 of 1) sorted by relevance
488 volatile uint32_t* baseStartConfig, *baseEndConfig; in FlashCtl_A_unprotectMemory() local530 baseEndConfig = &FLCTL_A->BANK0_MAIN_WEPROT0 in FlashCtl_A_unprotectMemory()536 baseEndConfig = &FLCTL_A->BANK1_MAIN_WEPROT0 in FlashCtl_A_unprotectMemory()555 if (baseStartConfig == baseEndConfig) in FlashCtl_A_unprotectMemory()572 while (baseStartConfig != baseEndConfig) in FlashCtl_A_unprotectMemory()585 (*baseEndConfig) &= ~(0xFFFFFFFF >> (31 - (endBankBit))); in FlashCtl_A_unprotectMemory()595 volatile uint32_t* baseStartConfig, *baseEndConfig; in FlashCtl_A_protectMemory() local637 baseEndConfig = &FLCTL_A->BANK0_MAIN_WEPROT0 in FlashCtl_A_protectMemory()643 baseEndConfig = &FLCTL_A->BANK1_MAIN_WEPROT0 in FlashCtl_A_protectMemory()662 if (baseStartConfig == baseEndConfig) in FlashCtl_A_protectMemory()[all …]