Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dbl.c181 static bool blProgramTypedArea(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t type, ui… in blProgramTypedArea() function
202 return blProgramTypedArea(dst, src, length, BL_FLASH_SHARED, key1, key2); in blExtApiProgramSharedArea()
207 return blProgramTypedArea(dst, src, length, BL_FLASH_EEDATA, key1, key2); in blExtApiProgramEe()
304 …if (blProgramTypedArea(__code_start, (const uint8_t*)(os + 1), os->size, BL_FLASH_KERNEL, BL_FLASH… in blApplyVerifiedUpdate()