OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BL_FLASH_KEY1
(Results
1 - 4
of
4
) sorted by null
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
bl.h
24
#define
BL_FLASH_KEY1
0x45670123
/device/google/contexthub/firmware/os/core/
bl.c
303
if (blEraseTypedArea(BL_FLASH_KERNEL,
BL_FLASH_KEY1
, BL_FLASH_KEY2))
304
if (blProgramTypedArea(__code_start, (const uint8_t*)(os + 1), os->size, BL_FLASH_KERNEL,
BL_FLASH_KEY1
, BL_FLASH_KEY2))
305
(void)blExtApiEraseSharedArea(
BL_FLASH_KEY1
, BL_FLASH_KEY2);
312
(void)blExtApiProgramSharedArea(&hdr->marker, &dstVal, sizeof(hdr->marker),
BL_FLASH_KEY1
, BL_FLASH_KEY2);
621
ack = blExtApiProgramSharedArea(__shared_start + addr, data, len,
BL_FLASH_KEY1
, BL_FLASH_KEY2);
643
ack = blExtApiEraseSharedArea(
BL_FLASH_KEY1
, BL_FLASH_KEY2);
689
blExtApiEraseSharedArea(
BL_FLASH_KEY1
, BL_FLASH_KEY2);
seos.c
461
done = BL.blProgramShared(&seg->state, &state, sizeof(state),
BL_FLASH_KEY1
, BL_FLASH_KEY2);
510
(void)BL.blEraseShared(
BL_FLASH_KEY1
, BL_FLASH_KEY2);
523
ret = BL.blProgramShared(dest, src, len,
BL_FLASH_KEY1
, BL_FLASH_KEY2);
[
all
...]
/device/google/contexthub/firmware/os/platform/stm32/
eeData.c
110
return BL.blProgramEe(dst, src, len,
BL_FLASH_KEY1
, BL_FLASH_KEY2);
Completed in 250 milliseconds