Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h182 #define UART_STOPBITS_2 ((uint32_t)USART_CR2_STOP_1) macro
617 ((STOPBITS) == UART_STOPBITS_2))
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h286 #define UART_STOPBITS_2 USART_CR2_STOP_1 /*!< UART frame w… macro
1093 ((__STOPBITS__) == UART_STOPBITS_2))
1101 ((__STOPBITS__) == UART_STOPBITS_2))
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h366 #define UART_STOPBITS_2 USART_CR2_STOP_1 /*!< UART frame w… macro
1286 ((__STOPBITS__) == UART_STOPBITS_2))
1294 ((__STOPBITS__) == UART_STOPBITS_2))
/loramac-node-latest/src/boards/SKiM980A/
Duart-board.c116 UartHandle.Init.StopBits = UART_STOPBITS_2; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL073/
Duart-board.c116 UartHandle.Init.StopBits = UART_STOPBITS_2; in UartMcuConfig()
/loramac-node-latest/src/boards/SKiM880B/
Duart-board.c116 UartHandle.Init.StopBits = UART_STOPBITS_2; in UartMcuConfig()
/loramac-node-latest/src/boards/SKiM881AXL/
Duart-board.c116 UartHandle.Init.StopBits = UART_STOPBITS_2; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL476/
Duart-board.c116 UartHandle.Init.StopBits = UART_STOPBITS_2; in UartMcuConfig()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Duart-board.c116 UartHandle.Init.StopBits = UART_STOPBITS_2; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL152/
Duart-board.c116 UartHandle.Init.StopBits = UART_STOPBITS_2; in UartMcuConfig()
/loramac-node-latest/src/boards/NAMote72/
Duart-board.c141 UartContext[obj->UartId].UartHandle.Init.StopBits = UART_STOPBITS_2; in UartMcuConfig()