Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/misc/platform/stm32f4xx/flash_script/
Dtool.c22 volatile uint32_t KEYR; member
47 FLASH->KEYR = 0x45670123; in flashUnlock()
48 FLASH->KEYR = 0xCDEF89AB; in flashUnlock()
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dbl.c47 volatile uint32_t KEYR; member
484 flash->KEYR = key1; in blProgramFlash()
485 flash->KEYR = key2; in blProgramFlash()
570 flash->KEYR = key1; in blEraseTypedArea()
571 flash->KEYR = key2; in blEraseTypedArea()