Searched refs:FlowCtrl (Results 1 – 7 of 7) sorted by relevance
157 _ASSERT(IS_FlowCtrl(UART_InitStruct->FlowCtrl)); in UART_Init()166 UART_InitStruct->FlowCtrl | in UART_Init()411 UART_InitStruct->FlowCtrl = FlowCtrl_None; in UART_StructInit()
115 … uint8_t FlowCtrl; /*!< Specifies wether the hardware flow control mode is enabled or disabled. member
85 _ASSERT(IS_UART_FLOW_CTRL(UART_InitStruct->FlowCtrl)); in UART_Init()105 UARTx->CTRL.bit.FLOW_CTRL = UART_InitStruct->FlowCtrl; in UART_Init()126 UART_InitStruct->FlowCtrl = FLOWCTRL_NONE; in UART_StructInit()
122 uint8_t FlowCtrl; /*!< Specifies wether the hardware flow control mode member
31 UART_initStruct.FlowCtrl = FlowCtrl_None ; in yc3121_uart_configure()
31 UART_initStruct.FlowCtrl = FLOWCTRL_NONE ; in yc3122_uart_configure()
294 UART_InitStruct.FlowCtrl = FLOWCTRL_NONE; in PrintPort_Init()
Completed in 60 milliseconds