Home
last modified time | relevance | path

Searched refs:UART_HWCONTROL_RTS (Results 1 – 7 of 7) sorted by relevance

/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_UART.h117 #define UART_HWCONTROL_RTS (0x00004000U) /*!< Request To Send */ macro
118 #define UART_HWCONTROL_CTS_RTS (UART_HWCONTROL_CTS | UART_HWCONTROL_RTS) /*!< Requ…
251 ((__CONTROL__) == UART_HWCONTROL_RTS) || \
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_UART.h117 #define UART_HWCONTROL_RTS (0x00004000U) /*!< Request To Send */ macro
118 #define UART_HWCONTROL_CTS_RTS (UART_HWCONTROL_CTS | UART_HWCONTROL_RTS) /*!< Requ…
252 ((__CONTROL__) == UART_HWCONTROL_RTS) || \
/bsp/stm32/stm32wl55-st-nucleo/board/CubeMX_Config/Inc/
A Dstm32wlxx_nucleo.h102 COM_HWCONTROL_RTS = UART_HWCONTROL_RTS,
/bsp/stm32/stm32wle5-yizhilian-lm401/board/CubeMX_Config/Inc/
A Dstm32wlxx_nucleo.h102 COM_HWCONTROL_RTS = UART_HWCONTROL_RTS,
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_uart.h289 #define UART_HWCONTROL_RTS ((uint32_t)USART_CR3_RTSE) macro
817 ((CONTROL) == UART_HWCONTROL_RTS) || \
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_UART.c235 if (huart->Init.HwFlowCtl & UART_HWCONTROL_RTS) in HAL_UART_MspInit()
318 if (huart->Init.HwFlowCtl & UART_HWCONTROL_RTS) in HAL_UART_MspDeInit()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_UART.c235 if (huart->Init.HwFlowCtl & UART_HWCONTROL_RTS) in HAL_UART_MspInit()
319 if (huart->Init.HwFlowCtl & UART_HWCONTROL_RTS) in HAL_UART_MspDeInit()

Completed in 18 milliseconds