Home
last modified time | relevance | path

Searched refs:HwFlowCtl (Results 1 – 24 of 24) sorted by relevance

/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_UART.c227 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 DHAL_UART.c227 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 Dstm32l1xx_hal_uart.h71 …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 Dmain.c87 huart4.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_UART4_Init()
/bsp/stm32/libraries/HAL_Drivers/nano/
A Ddrv_console.c76 console_uart.Init.HwFlowCtl = UART_HWCONTROL_NONE; in rt_hw_console_init()
/bsp/stm32/stm32u575-st-nucleo/board/CubeMX_Config/Src/
A Dmain.c283 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 Dmain.c201 huart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART1_UART_Init()
/bsp/stm32/stm32f723-st-disco/board/CubeMX_Config/Src/
A Dmain.c184 huart6.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART6_UART_Init()
/bsp/stm32/stm32f407-lckfb-skystar/board/CubeMX_Config/Src/
A Dmain.c256 huart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART1_UART_Init()
/bsp/stm32/stm32h503-st-nucleo/board/CubeMX_Config/Src/
A Dmain.c521 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 Dstm32wlxx_nucleo.h120 COM_HwFlowCtlTypeDef HwFlowCtl; member
/bsp/stm32/stm32wle5-yizhilian-lm401/board/CubeMX_Config/Inc/
A Dstm32wlxx_nucleo.h120 COM_HwFlowCtlTypeDef HwFlowCtl; member
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_UART.h190 …uint32_t HwFlowCtl; /*!< Specifies whether the hardware flow control mode is enabl… member
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_UART.h190 …uint32_t HwFlowCtl; /*!< Specifies whether the hardware flow control mode is enabl… member
/bsp/stm32/stm32h563-st-nucleo/board/CubeMX_Config/Src/
A Dmain.c417 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 Dmain.c651 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 Dmain.c231 hlpuart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_LPUART1_UART_Init()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usart.c167 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 Ddrv_usart_v2.c179 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 Dmain.c410 huart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART1_UART_Init()
/bsp/stm32/stm32h750-weact-ministm32h7xx/board/CubeMX_Config/Src/
A Dmain.c466 huart1.Init.HwFlowCtl = UART_HWCONTROL_NONE; in MX_USART1_UART_Init()
/bsp/acm32/acm32f0x0-nucleo/drivers/
A Ddrv_uart.c132 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in _uart_configure()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_uart.c360 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 Ddrv_uart.c131 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in _uart_configure()

Completed in 822 milliseconds