Home
last modified time | relevance | path

Searched refs:cpuAppInit (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dcpu.h41 bool cpuAppInit(const struct AppHdr *appHdr, struct PlatAppInfo *platInfo, uint32_t tid);
/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c191 bool cpuAppInit(const struct AppHdr *app, struct PlatAppInfo *platInfo, uint32_t tid) in cpuAppInit() function
/device/google/contexthub/firmware/os/core/
Dseos.c286 bool done = cpuAppInit(task->app, &task->platInfo, task->tid); in osTaskInit()