Searched refs:blExtApiProgramSharedArea (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/os/core/ |
D | bl.c | 200 static bool blExtApiProgramSharedArea(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t k… in blExtApiProgramSharedArea() function 312 …(void)blExtApiProgramSharedArea(&hdr->marker, &dstVal, sizeof(hdr->marker), BL_FLASH_KEY1, BL_FLAS… in blWriteMark() 621 … ack = blExtApiProgramSharedArea(__shared_start + addr, data, len, BL_FLASH_KEY1, BL_FLASH_KEY2); in blLoader() 700 .blProgramShared = &blExtApiProgramSharedArea,
|