Searched refs:rx_line_params (Results 1 – 1 of 1) sorted by relevance
103 struct line_params rx_line_params; member136 u_el->rx_line_params.config = UINT32_MAX; in nhw_ufifo_backend_init()137 u_el->rx_line_params.baud = UINT32_MAX; in nhw_ufifo_backend_init()329 u_el->rx_line_params.baud = ((struct ufifo_msg_mode_change *)buf)->baudrate; in uf_rx_get_one_msg()330 u_el->rx_line_params.config = ((struct ufifo_msg_mode_change *)buf)->config; in uf_rx_get_one_msg()395 != (u_el->rx_line_params.config & CONFIG_RELEVANT_MASK) in uf_rx_check_config_match()397 || (NRF_UARTE_regs[inst].BAUDRATE != u_el->rx_line_params.baud)) { in uf_rx_check_config_match()403 NRF_UARTE_regs[inst].CONFIG, u_el->rx_line_params.config, in uf_rx_check_config_match()404 NRF_UARTE_regs[inst].BAUDRATE, u_el->rx_line_params.baud in uf_rx_check_config_match()