Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/
Dplatform.h46 bool platLogPutcharF(void *userData, char ch);
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dplatform.c188 bool platLogPutcharF(void *userData, char ch) in platLogPutcharF() function
/device/google/contexthub/firmware/src/
Dseos.c1260 platLogPutcharF(userData, level); in osLogv()
1261 cvprintf(platLogPutcharF, userData, str, vl); in osLogv()