Home
last modified time | relevance | path

Searched refs:appBase (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
Dbl.c483 uint32_t appBase = ((uint32_t)&__code_start) & ~1; in __blEntry() local
493 blMain(appBase); in __blEntry()
497 SCB->VTOR = appBase; in __blEntry()
502 :"r"(appBase) in __blEntry()
/device/google/contexthub/firmware/os/core/
Dbl.c673 void blMain(uint32_t appBase) in blMain() argument
692 } while (*(volatile uint32_t*)appBase == 0xFFFFFFFF); in blMain()