Home
last modified time | relevance | path

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

/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_flash.c262 uint32_t wrprot; in FLASH_WriteProtection() local
268 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