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

  /device/google/contexthub/firmware/os/platform/stm32/flash_script/
tool.c 22 volatile uint32_t KEYR;
47 FLASH->KEYR = 0x45670123;
48 FLASH->KEYR = 0xCDEF89AB;
  /device/google/contexthub/firmware/os/platform/stm32/
bl.c 45 volatile uint32_t KEYR;
222 flash->KEYR = key1;
223 flash->KEYR = key2;
327 flash->KEYR = key1;
328 flash->KEYR = key2;

Completed in 121 milliseconds