Searched refs:ACR (Results 1 – 2 of 2) sorted by relevance
45 volatile uint32_t ACR; member227 acr_cache = flash->ACR; in blEraseSectors()230 flash->ACR &= ~(FLASH_ACR_DCEN | FLASH_ACR_ICEN); in blEraseSectors()231 flash->ACR |= (FLASH_ACR_DCRST | FLASH_ACR_ICRST); in blEraseSectors()235 flash->ACR = acr_cache; in blEraseSectors()339 acr_cache = flash->ACR; in blPlatProgramFlash()342 flash->ACR &= ~(FLASH_ACR_DCEN | FLASH_ACR_ICEN); in blPlatProgramFlash()343 flash->ACR |= (FLASH_ACR_DCRST | FLASH_ACR_ICRST); in blPlatProgramFlash()347 flash->ACR = acr_cache; in blPlatProgramFlash()
21 volatile uint32_t ACR; member