Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb_c/tcpc/
Dps8xxx.c35 bool msg_pending; member
239 if (!data->msg_pending) { in ps8xxx_tcpc_get_rx_pending_msg()
247 data->msg_pending = false; in ps8xxx_tcpc_get_rx_pending_msg()
638 data->msg_pending = true; in ps8xxx_alert_work_cb()
/Zephyr-latest/subsys/logging/
Dlog_core.c799 static bool msg_pending(struct mpsc_pbuf_buffer *buffer) in msg_pending() function
816 return msg_pending(&log_buffer); in z_log_msg_pending()
828 if (msg_pending(&buf->buf)) { in z_log_msg_pending()