| /bsp/airm2m/air32f103/libraries/rt_drivers/ |
| A D | drv_usart.c | 148 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 D | air32f10x_usart.c | 169 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 D | ch32f10x_usart.c | 113 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 D | ch32f20x_usart.c | 112 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 D | ch32v10x_usart.c | 121 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 D | ft32f0xx_usart.c | 87 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 D | debug.c | 129 USART_InitStructure.USART_HardwareFlowControl = USART_HardwareFlowControl_None; in USART_Printf_Init()
|
| /bsp/ft32/libraries/Drivers/ |
| A D | drv_usart.c | 108 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 D | ch32f10x_usart.h | 43 …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 D | ch32f20x_usart.h | 43 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 D | ch32v10x_usart.h | 44 … uint16_t USART_HardwareFlowControl; /* Specifies wether the hardware flow control mode is enabled member
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/ |
| A D | hk32f0xx_usart.c | 180 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 D | drv_usart.c | 73 USART_InitStructure.USART_HardwareFlowControl = USART_HardwareFlowControl_None; in hk32_configure()
|
| /bsp/wch/arm/Libraries/ch32_drivers/ |
| A D | drv_uart_ch32f10x.c | 74 USART_InitStructure.USART_HardwareFlowControl = USART_HardwareFlowControl_None; in ch32f1_usart_configure()
|
| A D | drv_uart_ch32f20x.c | 114 USART_InitStructure.USART_HardwareFlowControl = USART_HardwareFlowControl_None; in ch32f2_usart_configure()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_usart.h | 51 …uint16_t USART_HardwareFlowControl; /*!< Specifies wether the hardware flow control mode is enabled member
|
| /bsp/wch/risc-v/Libraries/ch32_drivers/ |
| A D | drv_usart.c | 222 uart->Init.USART_HardwareFlowControl = USART_HardwareFlowControl_None; in ch32_configure()
|
| A D | drv_usart_v2.c | 326 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 D | ft32f0xx_usart.h | 60 …uint32_t USART_HardwareFlowControl; /*!< Specifies wether the hardware flow control mode is enabled member
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_usart.h | 59 …uint32_t USART_HardwareFlowControl; /*!< Specifies wether the hardware flow control mode is enabled member
|