Home
last modified time | relevance | path

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

/SCP-firmware-master/framework/src/
A Dfwk_log.c35 } fwk_log_ctx = { 0 }; variable
44 fwk_ring_init(&fwk_log_ctx.ring, storage, sizeof(storage)); in fwk_log_stream_init()
251 fwk_log_ctx.dropped++; in fwk_log_printf()
256 fwk_log_ctx.dropped++; in fwk_log_printf()
274 if (fwk_log_ctx.remaining == 0) { in fwk_log_unbuffer()
281 &fwk_log_ctx.ring, in fwk_log_unbuffer()
282 (char *)&fwk_log_ctx.remaining, in fwk_log_unbuffer()
283 sizeof(fwk_log_ctx.remaining)); in fwk_log_unbuffer()
292 if (fwk_log_ctx.dropped > 0) { in fwk_log_unbuffer()
296 fwk_log_ctx.dropped = 0; in fwk_log_unbuffer()
[all …]

Completed in 3 milliseconds