Home
last modified time | relevance | path

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

/kernel/uniproton/src/arch/cpu/armv7-m/common/
Dprt_port.c20 …TEXT void *OsTskContextInit(U32 taskId, U32 stackSize, uintptr_t *topStack, uintptr_t funcTskEntry) in OsTskContextInit() argument
42 context->pc = (uintptr_t)funcTskEntry; in OsTskContextInit()
/kernel/uniproton/src/arch/include/
Dprt_cpu_external.h30 …ern void *OsTskContextInit(U32 taskId, U32 stackSize, uintptr_t *topStack, uintptr_t funcTskEntry);