Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dbl.c532 static bool blExtApiProgramSharedArea(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t k… in blExtApiProgramSharedArea() function
685 .blProgramShared = &blExtApiProgramSharedArea,
717 …(void)blExtApiProgramSharedArea(&hdr->marker, &dstVal, sizeof(hdr->marker), BL_FLASH_KEY1, BL_FLAS… in blWriteMark()
1064 … ack = blExtApiProgramSharedArea(__shared_start + addr, data, len, BL_FLASH_KEY1, BL_FLASH_KEY2); in blSpiLoader()