Home
last modified time | relevance | path

Searched refs:vec (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/util/nanotool/
Dlog.h38 #define LOGD_VEC(vec) Log::DebugBuf(vec) argument
75 static void DebugBuf(std::vector<uint8_t> vec);
Dlog.cpp67 void Log::DebugBuf(std::vector<uint8_t> vec) { in DebugBuf() argument
68 Log::DebugBuf(vec.data(), vec.size()); in DebugBuf()
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h94 struct AppVectors vec; member
101 struct AppVectors vec; member
164 struct AppVectors vec; member
/device/google/contexthub/firmware/src/cpu/cortexm4f/
DappSupport.c33 #define APP_VEC(_app) ((struct AppFuncs*)&((_app)->vec))
194 … return callWithR9((const void*)APP_FLASH_RELOC_BASE(app), app->vec.init, platInfo->got, tid, 0); in cpuAppInit()
202 (void)callWithR9((const void*)APP_FLASH_RELOC_BASE(app), app->vec.end, platInfo->got, 0, 0); in cpuAppEnd()
210 …(void)callWithR9((const void*)APP_FLASH_RELOC_BASE(app), app->vec.handle, platInfo->got, evtType, … in cpuAppHandle()
/device/google/contexthub/firmware/inc/
Dseos.h283 .vec.init = (uint32_t)(_init), \
284 .vec.end = (uint32_t)(_end), \
285 .vec.handle = (uint32_t)(_event) \
/device/google/contexthub/firmware/misc/variant/nucleo/
DMakefile41 SRCS_os += src/algos/fusion.c src/algos/mat.c src/algos/quat.c src/algos/vec.c
/device/google/contexthub/firmware/misc/variant/lunchbox/
DMakefile38 SRCS_os += src/algos/fusion.c src/algos/mat.c src/algos/quat.c src/algos/vec.c
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c447 app.vec = bin->vec; in handleApp()