Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_backend_fifo.c73 #define CONFIG_RELEVANT_MASK 0x3FFE macro
184 u_el->tx_line_params.config = NRF_UARTE_regs[inst].CONFIG & CONFIG_RELEVANT_MASK; 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()
394 if (( (NRF_UARTE_regs[inst].CONFIG & CONFIG_RELEVANT_MASK) in uf_rx_check_config_match()
395 != (u_el->rx_line_params.config & CONFIG_RELEVANT_MASK) in uf_rx_check_config_match()