HomeSort by relevance Sort by last modified time
    Searched refs:KEYR (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/firmware/misc/platform/stm32f4xx/flash_script/
tool.c 22 volatile uint32_t KEYR;
47 FLASH->KEYR = 0x45670123;
48 FLASH->KEYR = 0xCDEF89AB;
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
bl.c 47 volatile uint32_t KEYR;
484 flash->KEYR = key1;
485 flash->KEYR = key2;
570 flash->KEYR = key1;
571 flash->KEYR = key2;
    [all...]

Completed in 98 milliseconds