Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h142 NRF_UART_HWFC_ENABLED = UART_CONFIG_HWFC_Enabled, /**< Hardware flow control enabled. */ enumerator
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c121 if (p_config->hal_cfg.hwfc == NRF_UART_HWFC_ENABLED) in uart_configure()