Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/platform/stm32f4xx/
Dbl.h106 void blLog(const char *str, ...);
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dbl.c239 void blLog(const char *str, ...) in blLog() function
250 #define blLog(...) macro
1137 blLog("NanohubOS bootloader up @ %p\n", &__blEntry); in __blEntry()