Home
last modified time | relevance | path

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

/bsp/yichip/yc3121-pos/Libraries/sdk/
A Dyc_uart.c157 _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()
A Dyc_uart.h115 … uint8_t FlowCtrl; /*!< Specifies wether the hardware flow control mode is enabled or disabled. member
/bsp/yichip/yc3122-pos/Libraries/sdk/
A Dyc_uart.c85 _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()
A Dyc_uart.h122 uint8_t FlowCtrl; /*!< Specifies wether the hardware flow control mode member
/bsp/yichip/yc3121-pos/drivers/
A Ddrv_uart.c31 UART_initStruct.FlowCtrl = FlowCtrl_None ; in yc3121_uart_configure()
/bsp/yichip/yc3122-pos/drivers/
A Ddrv_uart.c31 UART_initStruct.FlowCtrl = FLOWCTRL_NONE ; in yc3122_uart_configure()
/bsp/yichip/yc3122-pos/Libraries/core/
A Dsystem.c294 UART_InitStruct.FlowCtrl = FLOWCTRL_NONE; in PrintPort_Init()

Completed in 60 milliseconds