Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_UART_backend_fifo.c97 struct line_params rx_line_params; member
130 u_el->rx_line_params.config = UINT32_MAX; in nhw_ufifo_backend_init()
131 u_el->rx_line_params.baud = UINT32_MAX; in nhw_ufifo_backend_init()
323 u_el->rx_line_params.baud = ((struct ufifo_msg_mode_change *)buf)->baudrate; in uf_rx_get_one_msg()
324 u_el->rx_line_params.config = ((struct ufifo_msg_mode_change *)buf)->config; in uf_rx_get_one_msg()
389 != (u_el->rx_line_params.config & ~UART_CONFIG_HWFC_Msk) in uf_rx_check_config_match()
391 || (NRF_UARTE_regs[inst].BAUDRATE != u_el->rx_line_params.baud)) { in uf_rx_check_config_match()
397 NRF_UARTE_regs[inst].CONFIG, u_el->rx_line_params.config, in uf_rx_check_config_match()
398 NRF_UARTE_regs[inst].BAUDRATE, u_el->rx_line_params.baud in uf_rx_check_config_match()