Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h201 #define UART_HWCONTROL_RTS ((uint32_t)USART_CR3_RTSE) macro
625 ((CONTROL) == UART_HWCONTROL_RTS) || \
/loramac-node-latest/src/boards/SKiM980A/
Duart-board.c143 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_RTS; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL073/
Duart-board.c146 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_RTS; in UartMcuConfig()
/loramac-node-latest/src/boards/SKiM880B/
Duart-board.c143 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_RTS; in UartMcuConfig()
/loramac-node-latest/src/boards/SKiM881AXL/
Duart-board.c146 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_RTS; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL476/
Duart-board.c143 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_RTS; in UartMcuConfig()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Duart-board.c146 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_RTS; in UartMcuConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h305 #define UART_HWCONTROL_RTS ((uint32_t)USART_CR3_RTSE) /*!< … macro
1119 ((__CONTROL__) == UART_HWCONTROL_RTS) || \
/loramac-node-latest/src/boards/NucleoL152/
Duart-board.c143 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_RTS; in UartMcuConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h385 #define UART_HWCONTROL_RTS USART_CR3_RTSE /*!< Request To S… macro
1312 ((__CONTROL__) == UART_HWCONTROL_RTS) || \
/loramac-node-latest/src/boards/NAMote72/
Duart-board.c168 UartContext[obj->UartId].UartHandle.Init.HwFlowCtl = UART_HWCONTROL_RTS; in UartMcuConfig()