OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blProgramEe
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/os/inc/
bl.h
56
bool (*
blProgramEe
)(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key1, uint32_t key2);
/device/google/contexthub/firmware/os/platform/stm32/
eeData.c
110
return BL.
blProgramEe
(dst, src, len, BL_FLASH_KEY1, BL_FLASH_KEY2);
/device/google/contexthub/firmware/os/core/
bl.c
702
.
blProgramEe
= &blExtApiProgramEe,
Completed in 218 milliseconds