Searched refs:appBase (Results 1 – 2 of 2) sorted by relevance
483 uint32_t appBase = ((uint32_t)&__code_start) & ~1; in __blEntry() local493 blMain(appBase); in __blEntry()497 SCB->VTOR = appBase; in __blEntry()502 :"r"(appBase) in __blEntry()
673 void blMain(uint32_t appBase) in blMain() argument692 } while (*(volatile uint32_t*)appBase == 0xFFFFFFFF); in blMain()