Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h192 #define UART_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS)) macro
621 ((PARITY) == UART_PARITY_ODD))
/loramac-node-latest/src/boards/SKiM980A/
Duart-board.c134 UartHandle.Init.Parity = UART_PARITY_ODD; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL073/
Duart-board.c137 UartHandle.Init.Parity = UART_PARITY_ODD; in UartMcuConfig()
/loramac-node-latest/src/boards/SKiM880B/
Duart-board.c134 UartHandle.Init.Parity = UART_PARITY_ODD; in UartMcuConfig()
/loramac-node-latest/src/boards/SKiM881AXL/
Duart-board.c137 UartHandle.Init.Parity = UART_PARITY_ODD; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL476/
Duart-board.c134 UartHandle.Init.Parity = UART_PARITY_ODD; in UartMcuConfig()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Duart-board.c137 UartHandle.Init.Parity = UART_PARITY_ODD; in UartMcuConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart.h296 #define UART_PARITY_ODD ((uint32_t)(USART_CR1_PCE | USART_CR1_PS)) /*!< Odd… macro
1110 ((__PARITY__) == UART_PARITY_ODD))
/loramac-node-latest/src/boards/NucleoL152/
Duart-board.c134 UartHandle.Init.Parity = UART_PARITY_ODD; in UartMcuConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart.h376 #define UART_PARITY_ODD (USART_CR1_PCE | USART_CR1_PS) /*!< Odd parity */ macro
1303 ((__PARITY__) == UART_PARITY_ODD))
/loramac-node-latest/src/boards/NAMote72/
Duart-board.c159 UartContext[obj->UartId].UartHandle.Init.Parity = UART_PARITY_ODD; in UartMcuConfig()