Home
last modified time | relevance | path

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

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