Home
last modified time | relevance | path

Searched refs:UART_HWCONTROL_CTS (Results 1 – 11 of 11) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h202 #define UART_HWCONTROL_CTS ((uint32_t)USART_CR3_CTSE) macro
626 ((CONTROL) == UART_HWCONTROL_CTS) || \
/loramac-node-latest/src/boards/SKiM980A/
Duart-board.c147 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_CTS; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL073/
Duart-board.c150 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_CTS; in UartMcuConfig()
/loramac-node-latest/src/boards/SKiM880B/
Duart-board.c147 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_CTS; in UartMcuConfig()
/loramac-node-latest/src/boards/SKiM881AXL/
Duart-board.c150 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_CTS; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL476/
Duart-board.c147 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_CTS; in UartMcuConfig()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Duart-board.c150 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_CTS; in UartMcuConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h306 #define UART_HWCONTROL_CTS ((uint32_t)USART_CR3_CTSE) /*!< … macro
1120 ((__CONTROL__) == UART_HWCONTROL_CTS) || \
/loramac-node-latest/src/boards/NucleoL152/
Duart-board.c147 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_CTS; in UartMcuConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h386 #define UART_HWCONTROL_CTS USART_CR3_CTSE /*!< Clear To Sen… macro
1313 ((__CONTROL__) == UART_HWCONTROL_CTS) || \
/loramac-node-latest/src/boards/NAMote72/
Duart-board.c172 UartContext[obj->UartId].UartHandle.Init.HwFlowCtl = UART_HWCONTROL_CTS; in UartMcuConfig()