Home
last modified time | relevance | path

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

/nrf52832-nimble/drivers/
H A Ddrv_uart.c134 if (config.hwfc == NRF_UART_HWFC_ENABLED) in _uart_cfg()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_uart.h152 NRF_UART_HWFC_ENABLED = UART_CONFIG_HWFC_Enabled, /**< HW flow control enabled. */ enumerator
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_uart.c88 if (p_config->hwfc == NRF_UART_HWFC_ENABLED) in apply_config()