Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dbl.h54 …bool (*blProgramShared)(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key… member
/device/google/contexthub/firmware/os/core/
Dseos.c461 done = BL.blProgramShared(&seg->state, &state, sizeof(state), BL_FLASH_KEY1, BL_FLASH_KEY2); in osAppSegmentSetState()
523 ret = BL.blProgramShared(dest, src, len, BL_FLASH_KEY1, BL_FLASH_KEY2); in osWriteShared()
Dbl.c700 .blProgramShared = &blExtApiProgramSharedArea,