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

  /device/google/contexthub/firmware/os/platform/stm32/inc/plat/
bl.h 24 #define BL_FLASH_KEY1 0x45670123
  /device/google/contexthub/firmware/os/core/
bl.c 303 if (blEraseTypedArea(BL_FLASH_KERNEL, BL_FLASH_KEY1, BL_FLASH_KEY2))
304 if (blProgramTypedArea(__code_start, (const uint8_t*)(os + 1), os->size, BL_FLASH_KERNEL, BL_FLASH_KEY1, BL_FLASH_KEY2))
305 (void)blExtApiEraseSharedArea(BL_FLASH_KEY1, BL_FLASH_KEY2);
312 (void)blExtApiProgramSharedArea(&hdr->marker, &dstVal, sizeof(hdr->marker), BL_FLASH_KEY1, BL_FLASH_KEY2);
621 ack = blExtApiProgramSharedArea(__shared_start + addr, data, len, BL_FLASH_KEY1, BL_FLASH_KEY2);
643 ack = blExtApiEraseSharedArea(BL_FLASH_KEY1, BL_FLASH_KEY2);
689 blExtApiEraseSharedArea(BL_FLASH_KEY1, BL_FLASH_KEY2);
seos.c 483 done = BL.blProgramShared(&seg->state, &state, sizeof(state), BL_FLASH_KEY1, BL_FLASH_KEY2);
550 (void)BL.blEraseShared(BL_FLASH_KEY1, BL_FLASH_KEY2);
563 ret = BL.blProgramShared(dest, src, len, BL_FLASH_KEY1, BL_FLASH_KEY2);
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/
eeData.c 138 return BL.blProgramEe(dst, src, len, BL_FLASH_KEY1, BL_FLASH_KEY2);

Completed in 80 milliseconds