Searched refs:hardwareFlowCtrl (Results 1 – 3 of 3) sorted by relevance
122 USART_ConfigStruct.hardwareFlowCtrl = USART_FLOW_CTRL_NONE; in apm32_uart_configure()125 USART_ConfigStruct.hardwareFlowCtrl = USART_FLOW_CTRL_RTS_CTS; in apm32_uart_configure()128 USART_ConfigStruct.hardwareFlowCtrl = USART_FLOW_CTRL_NONE; in apm32_uart_configure()
158 temp |= (uint32_t)configStruct->hardwareFlowCtrl; in USART_Config()196 configStruct->hardwareFlowCtrl = USART_FLOW_CTRL_NONE; in USART_ConfigStructInit()
341 USART_HARDWARE_FLOW_CTRL_T hardwareFlowCtrl; member
Completed in 8 milliseconds