Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_uarte.h123 if (p_config->config.hwfc == NRF_UARTE_HWFC_ENABLED && !p_config->skip_psel_cfg) in nrfy_uarte_periph_configure()
/hal_nordic-latest/nrfx/hal/
Dnrf_uarte.h276NRF_UARTE_HWFC_ENABLED = UARTE_CONFIG_HWFC_Enabled << UARTE_CONFIG_HWFC_Pos ///< Hardware flow … enumerator
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c211 (p_config->config.hwfc == NRF_UARTE_HWFC_ENABLED) && (!p_config->skip_gpio_cfg)) in uarte_configure()