Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dflash_a.c488 volatile uint32_t* baseStartConfig, *baseEndConfig; in FlashCtl_A_unprotectMemory() local
544 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 …]