Home
last modified time | relevance | path

Searched refs:USART_HardwareFlowControl (Results 1 – 20 of 20) sorted by relevance

/bsp/airm2m/air32f103/libraries/rt_drivers/
A Ddrv_usart.c148 uart->Init.USART_HardwareFlowControl = USART_HardwareFlowControl_None; in air32_configure()
154 uart->Init.USART_HardwareFlowControl = USART_HardwareFlowControl_None; in air32_configure()
157 uart->Init.USART_HardwareFlowControl = USART_HardwareFlowControl_RTS_CTS; in air32_configure()
160 uart->Init.USART_HardwareFlowControl = USART_HardwareFlowControl_None; in air32_configure()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_usart.c169 assert_param(IS_USART_HARDWARE_FLOW_CONTROL(USART_InitStruct->USART_HardwareFlowControl)); in USART_Init()
171 if (USART_InitStruct->USART_HardwareFlowControl != USART_HardwareFlowControl_None) in USART_Init()
208 tmpreg |= USART_InitStruct->USART_HardwareFlowControl; in USART_Init()
269 USART_InitStruct->USART_HardwareFlowControl = USART_HardwareFlowControl_None; in USART_StructInit()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f10x_usart.c113 if (USART_InitStruct->USART_HardwareFlowControl != USART_HardwareFlowControl_None) in USART_Init()
131 tmpreg |= USART_InitStruct->USART_HardwareFlowControl; in USART_Init()
183 USART_InitStruct->USART_HardwareFlowControl = USART_HardwareFlowControl_None; in USART_StructInit()
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32f20x_usart.c112 if (USART_InitStruct->USART_HardwareFlowControl != USART_HardwareFlowControl_None) in USART_Init()
130 tmpreg |= USART_InitStruct->USART_HardwareFlowControl; in USART_Init()
182 USART_InitStruct->USART_HardwareFlowControl = USART_HardwareFlowControl_None; in USART_StructInit()
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/
A Dch32v10x_usart.c121 if(USART_InitStruct->USART_HardwareFlowControl != USART_HardwareFlowControl_None) in USART_Init()
139 tmpreg |= USART_InitStruct->USART_HardwareFlowControl; in USART_Init()
194 USART_InitStruct->USART_HardwareFlowControl = USART_HardwareFlowControl_None; in USART_StructInit()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_usart.c87 assert_param(IS_USART_HARDWARE_FLOW_CONTROL(USART_InitStruct->USART_HardwareFlowControl)); in USART_Init()
126 tmpreg |= USART_InitStruct->USART_HardwareFlowControl; in USART_Init()
192 USART_InitStruct->USART_HardwareFlowControl = USART_HardwareFlowControl_None; in USART_StructInit()
/bsp/wch/risc-v/ch32v103r-evt/board/
A Ddebug.c129 USART_InitStructure.USART_HardwareFlowControl = USART_HardwareFlowControl_None; in USART_Printf_Init()
/bsp/ft32/libraries/Drivers/
A Ddrv_usart.c108 uart->Init.USART_HardwareFlowControl = USART_HardwareFlowControl_None; in ft32_configure()
111 uart->Init.USART_HardwareFlowControl = USART_HardwareFlowControl_RTS_CTS; in ft32_configure()
114 uart->Init.USART_HardwareFlowControl = USART_HardwareFlowControl_None; in ft32_configure()
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_usart.h43 …uint16_t USART_HardwareFlowControl; /*!< Specifies wether the hardware flow control mode is enabled member
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_usart.h43 uint16_t USART_HardwareFlowControl; /* Specifies wether the hardware flow control mode is enabled member
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_usart.h44 … uint16_t USART_HardwareFlowControl; /* Specifies wether the hardware flow control mode is enabled member
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_usart.c180 assert_param(IS_USART_HARDWARE_FLOW_CONTROL(USART_InitStruct->USART_HardwareFlowControl)); in USART_Init()
219 tmpreg |= USART_InitStruct->USART_HardwareFlowControl; in USART_Init()
289 USART_InitStruct->USART_HardwareFlowControl = USART_HardwareFlowControl_None; in USART_StructInit()
/bsp/hk32/libraries/rt_drivers/
A Ddrv_usart.c73 USART_InitStructure.USART_HardwareFlowControl = USART_HardwareFlowControl_None; in hk32_configure()
/bsp/wch/arm/Libraries/ch32_drivers/
A Ddrv_uart_ch32f10x.c74 USART_InitStructure.USART_HardwareFlowControl = USART_HardwareFlowControl_None; in ch32f1_usart_configure()
A Ddrv_uart_ch32f20x.c114 USART_InitStructure.USART_HardwareFlowControl = USART_HardwareFlowControl_None; in ch32f2_usart_configure()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_usart.h51 …uint16_t USART_HardwareFlowControl; /*!< Specifies wether the hardware flow control mode is enabled member
/bsp/wch/risc-v/Libraries/ch32_drivers/
A Ddrv_usart.c222 uart->Init.USART_HardwareFlowControl = USART_HardwareFlowControl_None; in ch32_configure()
A Ddrv_usart_v2.c326 uart->handle.Init.USART_HardwareFlowControl = USART_HardwareFlowControl_None; in ch32_configure()
329 uart->handle.Init.USART_HardwareFlowControl = USART_HardwareFlowControl_CTS; in ch32_configure()
332 uart->handle.Init.USART_HardwareFlowControl = USART_HardwareFlowControl_None; in ch32_configure()
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_usart.h60 …uint32_t USART_HardwareFlowControl; /*!< Specifies wether the hardware flow control mode is enabled member
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_usart.h59 …uint32_t USART_HardwareFlowControl; /*!< Specifies wether the hardware flow control mode is enabled member

Completed in 33 milliseconds