Home
last modified time | relevance | path

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

/kernel/uniproton/src/arch/cpu/armv7-m/common/
Dprt_port.c23 struct TagHwContext *context = NULL; in OsTskContextInit()
33 context = (struct TagHwContext *)(endStack - sizeof(struct TagHwContext)); in OsTskContextInit()
35 *context = (struct TagHwContext){0}; in OsTskContextInit()
Dos_cpu_armv7_m_external.h76 struct TagHwContext { struct
137 return ((struct TagHwContext *)addr)->pc; in OsTskGetInstrAddr()