Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_backend_fifo.c96 struct line_params tx_line_params; member
133 u_el->tx_line_params.config = UINT32_MAX; in nhw_ufifo_backend_init()
134 u_el->tx_line_params.baud = UINT32_MAX; in nhw_ufifo_backend_init()
184 u_el->tx_line_params.config = NRF_UARTE_regs[inst].CONFIG & CONFIG_RELEVANT_MASK; in tx_sync_line_params()
185 u_el->tx_line_params.baud = NRF_UARTE_regs[inst].BAUDRATE; in tx_sync_line_params()
191 msg.config = u_el->tx_line_params.config; in tx_sync_line_params()
192 msg.baudrate = u_el->tx_line_params.baud; in tx_sync_line_params()
224 if (((NRF_UARTE_regs[inst].CONFIG & CONFIG_RELEVANT_MASK) != u_el->tx_line_params.config) in nhw_ufifo_tx_byte()
225 || (NRF_UARTE_regs[inst].BAUDRATE != u_el->tx_line_params.baud)) { in nhw_ufifo_tx_byte()