Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dbl.h56 …bool (*blProgramEe)(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key1, u… member
/device/google/contexthub/firmware/os/platform/stm32/
DeeData.c110 return BL.blProgramEe(dst, src, len, BL_FLASH_KEY1, BL_FLASH_KEY2); in eeWrite()
/device/google/contexthub/firmware/os/core/
Dbl.c702 .blProgramEe = &blExtApiProgramEe,