Lines Matching refs:hwfc
221 bool hwfc; in on_tx_done() local
224 hwfc = data->uart_config.flow_ctrl == UART_CFG_FLOW_CTRL_RTS_CTS; in on_tx_done()
228 hwfc = config->nrfx_config.config.hwfc == NRF_UARTE_HWFC_ENABLED; in on_tx_done()
231 if (hwfc) { in on_tx_done()
385 bool hwfc; in api_tx() local
397 hwfc = data->uart_config.flow_ctrl == UART_CFG_FLOW_CTRL_RTS_CTS; in api_tx()
401 hwfc = config->nrfx_config.config.hwfc == NRF_UARTE_HWFC_ENABLED; in api_tx()
409 if (hwfc && timeout != SYS_FOREVER_US) { in api_tx()
471 if (config->nrfx_config.config.hwfc == NRF_UARTE_HWFC_ENABLED) { in get_keep_fifo_content_flag()
673 uarte_cfg.hwfc = NRF_UARTE_HWFC_DISABLED; in uarte_nrfx_configure()
676 uarte_cfg.hwfc = NRF_UARTE_HWFC_ENABLED; in uarte_nrfx_configure()
1013 .hwfc = (UARTE_PROP(idx, hw_flow_control) == \