OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blProgramShared
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/firmware/inc/platform/stm32f4xx/
bl.h
69
bool (*
blProgramShared
)(uint8_t *dst, const uint8_t *src, uint32_t length, uint32_t key1, uint32_t key2);
/device/google/contexthub/firmware/src/
seos.c
453
done = BL.
blProgramShared
(&seg->state, &state, sizeof(state), BL_FLASH_KEY1, BL_FLASH_KEY2);
515
ret = BL.
blProgramShared
(dest, src, len, BL_FLASH_KEY1, BL_FLASH_KEY2);
520
osLog(LOG_ERROR, "osWriteShared:
blProgramShared
return false\n");
[
all
...]
/device/google/contexthub/firmware/src/platform/stm32f4xx/
bl.c
685
.
blProgramShared
= &blExtApiProgramSharedArea,
[
all
...]
Completed in 170 milliseconds