Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h181 #define UART_STOPBITS_1 (0x00000000U) macro
616 #define IS_UART_STOPBITS(STOPBITS) (((STOPBITS) == UART_STOPBITS_1) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h284 #define UART_STOPBITS_1 ((uint32_t)0x00000000U) /*!< UART frame w… macro
1091 #define IS_UART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \
1100 #define IS_LPUART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h364 #define UART_STOPBITS_1 0x00000000U /*!< UART frame w… macro
1284 ((__STOPBITS__) == UART_STOPBITS_1) || \
1293 #define IS_LPUART_STOPBITS(__STOPBITS__) (((__STOPBITS__) == UART_STOPBITS_1) || \
/loramac-node-latest/src/boards/SKiM980A/
Duart-board.c120 UartHandle.Init.StopBits = UART_STOPBITS_1; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL073/
Duart-board.c123 UartHandle.Init.StopBits = UART_STOPBITS_1; in UartMcuConfig()
/loramac-node-latest/src/boards/SKiM880B/
Duart-board.c120 UartHandle.Init.StopBits = UART_STOPBITS_1; in UartMcuConfig()
/loramac-node-latest/src/boards/SKiM881AXL/
Duart-board.c123 UartHandle.Init.StopBits = UART_STOPBITS_1; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL476/
Duart-board.c120 UartHandle.Init.StopBits = UART_STOPBITS_1; in UartMcuConfig()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Duart-board.c123 UartHandle.Init.StopBits = UART_STOPBITS_1; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL152/
Duart-board.c120 UartHandle.Init.StopBits = UART_STOPBITS_1; in UartMcuConfig()
/loramac-node-latest/src/boards/NAMote72/
Duart-board.c145 UartContext[obj->UartId].UartHandle.Init.StopBits = UART_STOPBITS_1; in UartMcuConfig()