Home
last modified time | relevance | path

Searched refs:UART_HWCONTROL_RTS_CTS (Results 1 – 6 of 6) sorted by relevance

/bsp/stm32/stm32wl55-st-nucleo/board/CubeMX_Config/Inc/
A Dstm32wlxx_nucleo.h104 COM_HWCONTROL_RTS_CTS = UART_HWCONTROL_RTS_CTS,
/bsp/stm32/stm32wle5-yizhilian-lm401/board/CubeMX_Config/Inc/
A Dstm32wlxx_nucleo.h104 COM_HWCONTROL_RTS_CTS = UART_HWCONTROL_RTS_CTS,
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_uart.h291 #define UART_HWCONTROL_RTS_CTS ((uint32_t)(USART_CR3_RTSE | USART_CR3_CTSE)) macro
819 ((CONTROL) == UART_HWCONTROL_RTS_CTS))
/bsp/stm32/stm32l496-st-discovery/board/CubeMX_Config/Src/
A Dmain.c685 huart1.Init.HwFlowCtl = UART_HWCONTROL_RTS_CTS; in MX_USART1_UART_Init()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usart.c170 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_RTS_CTS; in stm32_configure()
A Ddrv_usart_v2.c182 uart->handle.Init.HwFlowCtl = UART_HWCONTROL_RTS_CTS; in stm32_configure()

Completed in 22 milliseconds