Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_UART_backend_fifo.h50 struct ufifo_msg_tx { struct
67 #define UFIFO_MSG_TXL_BODY_SIZE (sizeof(struct ufifo_msg_tx) - sizeof(struct ufifo_msg_header)) argument
DNHW_UART_backend_fifo.c223 struct ufifo_msg_tx msg; in nhw_ufifo_tx_byte()
345 u_el->rx_byte = ((struct ufifo_msg_tx *)buf)->data;; in uf_rx_get_one_msg()
422 inst, ((struct ufifo_msg_tx *)buf)->data); in uf_rx_process_last_msg_post()
427 inst, ((struct ufifo_msg_tx *)buf)->data); in uf_rx_process_last_msg_post()
457 char byte = ((struct ufifo_msg_tx *)buf)->data; in uf_Rx_handle_old_input()