Searched refs:detect_enable (Results 1 – 3 of 3) sorted by relevance
42 config->rxidle_config.detect_enable = false; in uart_default_config()49 config->txidle_config.detect_enable = false; in uart_default_config()321 ptr->IDLE_CFG |= UART_IDLE_CFG_RX_IDLE_EN_SET(rxidle_config.detect_enable) in uart_init_rxline_idle_detection()342 ptr->IDLE_CFG |= UART_IDLE_CFG_TX_IDLE_EN_SET(txidle_config.detect_enable) in uart_init_txline_idle_detection()
174 bool detect_enable; /**< RX Line Idle detection flag */ member
723 uart_config.rxidle_config.detect_enable = true; in hpm_uart_configure()
Completed in 9 milliseconds