Home
last modified time | relevance | path

Searched refs:baseEndConfig (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
530 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() local
637 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 …]