Home
last modified time | relevance | path

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

/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/utilities/
A Dfsl_debug_console.c119 result = LOG_Push((uint8_t *)printBuf, logLength); in DbgConsole_Printf()
130 return LOG_Push((uint8_t *)&ch, 1U); in DbgConsole_Putchar()
171 LOG_Push((uint8_t *)buf, *indicator); in DbgConsole_RelocateLog()
203 LOG_Push((uint8_t *)buffer, 1U); in __write()
242 LOG_Push((uint8_t *)buffer, size); in __sys_write()
279 LOG_Push((uint8_t *)buffer, size); in _write()
318 return LOG_Push((uint8_t *)(&ch), 1); in fputc()
382 LOG_Push((uint8_t *)ptr, len); in write()
A Dfsl_log.h60 int LOG_Push(uint8_t *buf, size_t size);
A Dfsl_log.c289 int LOG_Push(uint8_t *buf, size_t size) in LOG_Push() function

Completed in 6 milliseconds