Searched refs:vec (Results 1 – 8 of 8) sorted by relevance
/device/google/contexthub/util/nanotool/ |
D | log.h | 38 #define LOGD_VEC(vec) Log::DebugBuf(vec) argument 75 static void DebugBuf(std::vector<uint8_t> vec);
|
D | log.cpp | 67 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/ |
D | nanohub.h | 94 struct AppVectors vec; member 101 struct AppVectors vec; member 164 struct AppVectors vec; member
|
/device/google/contexthub/firmware/src/cpu/cortexm4f/ |
D | appSupport.c | 33 #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/ |
D | seos.h | 283 .vec.init = (uint32_t)(_init), \ 284 .vec.end = (uint32_t)(_end), \ 285 .vec.handle = (uint32_t)(_event) \
|
/device/google/contexthub/firmware/misc/variant/nucleo/ |
D | Makefile | 41 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/ |
D | Makefile | 38 SRCS_os += src/algos/fusion.c src/algos/mat.c src/algos/quat.c src/algos/vec.c
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 447 app.vec = bin->vec; in handleApp()
|