Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/frontends/
Dlog_frontend_dict_uart.c75 static bool dropped_notify; /* Indicate that drop report message should be added. */ variable
83 dropped_notify = true; in timeout()
143 dropped_notify = false; in add_drop_msg()
169 if (dropped_notify) { in uart_callback()
/Zephyr-latest/subsys/logging/
Dlog_core.c509 void dropped_notify(void) in dropped_notify() function
580 dropped_notify(); in z_impl_log_process()