Searched refs:hal_cfg (Results 1 – 4 of 4) sorted by relevance
90 nrf_uart_config_t hal_cfg; ///< Parity, flow control and stop bits settings. member130 .hal_cfg = { \
99 nrf_uarte_config_t hal_cfg; ///< Parity, flow control and stop bits settings. member139 .hal_cfg = { \
86 nrf_uart_configure(p_instance->p_reg, &p_config->hal_cfg); in apply_config()88 if (p_config->hal_cfg.hwfc == NRF_UART_HWFC_ENABLED) in apply_config()
117 nrf_uarte_configure(p_instance->p_reg, &p_config->hal_cfg); in apply_config()119 if (p_config->hal_cfg.hwfc == NRF_UARTE_HWFC_ENABLED) in apply_config()
Completed in 26 milliseconds