Searched refs:wrprot (Results 1 – 1 of 1) sorted by relevance
262 uint32_t wrprot; in FLASH_WriteProtection() local268 wrprot = FLASH->WRPROT; in FLASH_WriteProtection()272 wrprot |= Block; in FLASH_WriteProtection()276 wrprot &= ~Block; in FLASH_WriteProtection()278 FLASH->WRPROT = wrprot; in FLASH_WriteProtection()
Completed in 6 milliseconds