| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_UART.c | 227 if (huart->Init.HwFlowCtl & UART_HWCONTROL_CTS) in HAL_UART_MspInit() 235 if (huart->Init.HwFlowCtl & UART_HWCONTROL_RTS) in HAL_UART_MspInit() 267 if (!IS_UART_HARDWARE_FLOW_CONTROL(huart->Init.HwFlowCtl)) return HAL_ERROR; in HAL_UART_Init() 278 huart->Instance->CR = huart->Init.HwFlowCtl | huart->Init.Mode | UART_CR_UARTEN; in HAL_UART_Init() 312 if (huart->Init.HwFlowCtl & UART_HWCONTROL_CTS) in HAL_UART_MspDeInit() 318 if (huart->Init.HwFlowCtl & UART_HWCONTROL_RTS) in HAL_UART_MspDeInit()
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/ |
| A D | HAL_UART.c | 227 if (huart->Init.HwFlowCtl & UART_HWCONTROL_CTS) in HAL_UART_MspInit() 235 if (huart->Init.HwFlowCtl & UART_HWCONTROL_RTS) in HAL_UART_MspInit() 267 if (!IS_UART_HARDWARE_FLOW_CONTROL(huart->Init.HwFlowCtl)) return HAL_ERROR; in HAL_UART_Init() 279 huart->Instance->CR = huart->Init.HwFlowCtl | huart->Init.Mode | UART_CR_UARTEN; in HAL_UART_Init() 313 if (huart->Init.HwFlowCtl & UART_HWCONTROL_CTS) in HAL_UART_MspDeInit() 319 if (huart->Init.HwFlowCtl & UART_HWCONTROL_RTS) in HAL_UART_MspDeInit()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_uart.h | 71 …uint32_t HwFlowCtl; /*!< Specifies whether the hardware flow control mode is enabl… member 595 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_CTSE; \ 615 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_CTSE); \ 635 (__HANDLE__)->Init.HwFlowCtl |= USART_CR3_RTSE; \ 655 (__HANDLE__)->Init.HwFlowCtl &= ~(USART_CR3_RTSE); \
|
| /bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Appli/Core/Src/ |
| A D | main.c | 87 huart4.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_UART4_Init()
|
| /bsp/stm32/libraries/HAL_Drivers/nano/ |
| A D | drv_console.c | 76 console_uart.Init.HwFlowCtl = UART_HWCONTROL_NONE; in rt_hw_console_init()
|
| /bsp/stm32/stm32u575-st-nucleo/board/CubeMX_Config/Src/ |
| A D | main.c | 283 hlpuart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_LPUART1_UART_Init() 330 huart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART1_UART_Init() 378 huart2.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART2_UART_Init()
|
| /bsp/stm32/stm32u585-iot02a/board/CubeMX_Config/Src/ |
| A D | main.c | 201 huart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART1_UART_Init()
|
| /bsp/stm32/stm32f723-st-disco/board/CubeMX_Config/Src/ |
| A D | main.c | 184 huart6.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART6_UART_Init()
|
| /bsp/stm32/stm32f407-lckfb-skystar/board/CubeMX_Config/Src/ |
| A D | main.c | 256 huart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART1_UART_Init()
|
| /bsp/stm32/stm32h503-st-nucleo/board/CubeMX_Config/Src/ |
| A D | main.c | 521 huart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART1_UART_Init() 569 huart3.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART3_UART_Init()
|
| /bsp/stm32/stm32wl55-st-nucleo/board/CubeMX_Config/Inc/ |
| A D | stm32wlxx_nucleo.h | 120 COM_HwFlowCtlTypeDef HwFlowCtl; member
|
| /bsp/stm32/stm32wle5-yizhilian-lm401/board/CubeMX_Config/Inc/ |
| A D | stm32wlxx_nucleo.h | 120 COM_HwFlowCtlTypeDef HwFlowCtl; member
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_UART.h | 190 …uint32_t HwFlowCtl; /*!< Specifies whether the hardware flow control mode is enabl… member
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_UART.h | 190 …uint32_t HwFlowCtl; /*!< Specifies whether the hardware flow control mode is enabl… member
|
| /bsp/stm32/stm32h563-st-nucleo/board/CubeMX_Config/Src/ |
| A D | main.c | 417 hlpuart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_LPUART1_UART_Init() 464 huart3.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART3_UART_Init()
|
| /bsp/stm32/stm32l496-st-discovery/board/CubeMX_Config/Src/ |
| A D | main.c | 651 hlpuart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_LPUART1_UART_Init() 685 huart1.Init.HwFlowCtl = UART_HWCONTROL_RTS_CTS; in MX_USART1_UART_Init() 720 huart2.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART2_UART_Init()
|
| /bsp/stm32/stm32g491-st-nucleo/board/CubeMX_Config/Core/Src/ |
| A D | main.c | 231 hlpuart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_LPUART1_UART_Init()
|
| /bsp/stm32/libraries/HAL_Drivers/drivers/ |
| A D | drv_usart.c | 167 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in stm32_configure() 170 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_RTS_CTS; in stm32_configure() 173 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in stm32_configure()
|
| A D | drv_usart_v2.c | 179 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in stm32_configure() 182 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_RTS_CTS; in stm32_configure() 185 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in stm32_configure()
|
| /bsp/stm32/stm32h750-fk750m1-vbt6/board/CubeMX_Config/Src/ |
| A D | main.c | 410 huart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART1_UART_Init()
|
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/CubeMX_Config/Src/ |
| A D | main.c | 466 huart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART1_UART_Init()
|
| /bsp/acm32/acm32f0x0-nucleo/drivers/ |
| A D | drv_uart.c | 132 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in _uart_configure()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_uart.c | 360 if (huart->Init.HwFlowCtl != UART_HWCONTROL_NONE) in HAL_UART_Init() 364 assert_param(IS_UART_HARDWARE_FLOW_CONTROL(huart->Init.HwFlowCtl)); in HAL_UART_Init() 3682 MODIFY_REG(huart->Instance->CR3, (USART_CR3_RTSE | USART_CR3_CTSE), huart->Init.HwFlowCtl); in UART_SetConfig()
|
| /bsp/acm32/acm32f4xx-nucleo/drivers/ |
| A D | drv_uart.c | 131 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in _uart_configure()
|