Home
last modified time | relevance | path

Searched refs:UART_HWCONTROL_NONE (Results 1 – 14 of 14) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h200 #define UART_HWCONTROL_NONE (0x00000000U) macro
624 (((CONTROL) == UART_HWCONTROL_NONE) || \
/loramac-node-latest/src/boards/SKiM980A/
Duart-board.c139 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL073/
Duart-board.c142 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in UartMcuConfig()
/loramac-node-latest/src/boards/SKiM880B/
Duart-board.c139 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in UartMcuConfig()
/loramac-node-latest/src/boards/SKiM881AXL/
Duart-board.c142 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL476/
Duart-board.c139 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in UartMcuConfig()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Duart-board.c142 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in UartMcuConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h304 #define UART_HWCONTROL_NONE ((uint32_t)0x00000000U) /*!< … macro
1118 (((__CONTROL__) == UART_HWCONTROL_NONE) || \
/loramac-node-latest/src/boards/NucleoL152/
Duart-board.c139 UartHandle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in UartMcuConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h384 #define UART_HWCONTROL_NONE 0x00000000U /*!< No hardware … macro
1311 (((__CONTROL__) == UART_HWCONTROL_NONE) || \
/loramac-node-latest/src/boards/NAMote72/
Duart-board.c164 UartContext[obj->UartId].UartHandle.Init.HwFlowCtl = UART_HWCONTROL_NONE; in UartMcuConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_uart.c257 if(huart->Init.HwFlowCtl != UART_HWCONTROL_NONE) in HAL_UART_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_uart.c233 if(huart->Init.HwFlowCtl != UART_HWCONTROL_NONE) in HAL_UART_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart.c335 if (huart->Init.HwFlowCtl != UART_HWCONTROL_NONE) in HAL_UART_Init()