Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h166 nrf_uart_hwfc_t hwfc; ///< Flow control configuration. member
613 | (uint32_t)p_cfg->hwfc; in nrf_uart_configure()
Dnrf_uarte.h308 nrf_uarte_hwfc_t hwfc; ///< Flow control configuration. member
927 | (uint32_t)p_cfg->hwfc; in nrf_uarte_configure()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uart.h146 .hwfc = NRF_UART_HWFC_DISABLED, \
Dnrfx_uarte.h293 .hwfc = NRF_UARTE_HWFC_DISABLED, \
/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/drivers/src/
Dnrfx_uart.c121 if (p_config->hal_cfg.hwfc == NRF_UART_HWFC_ENABLED) in uart_configure()
Dnrfx_uarte.c211 (p_config->config.hwfc == NRF_UARTE_HWFC_ENABLED) && (!p_config->skip_gpio_cfg)) in uarte_configure()