Home
last modified time | relevance | path

Searched refs:UART_PARITY_NONE (Results 1 – 17 of 17) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_uart_ex.h365 if ((__HANDLE__)->Init.Parity == UART_PARITY_NONE) \
376 if ((__HANDLE__)->Init.Parity == UART_PARITY_NONE) \
387 if ((__HANDLE__)->Init.Parity == UART_PARITY_NONE) \
Dstm32l0xx_hal_uart.h294 #define UART_PARITY_NONE ((uint32_t)0x00000000U) /*!< No … macro
1108 #define IS_UART_PARITY(__PARITY__) (((__PARITY__) == UART_PARITY_NONE) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_uart_ex.h630 if ((__HANDLE__)->Init.Parity == UART_PARITY_NONE) \
641 if ((__HANDLE__)->Init.Parity == UART_PARITY_NONE) \
652 if ((__HANDLE__)->Init.Parity == UART_PARITY_NONE) \
Dstm32l4xx_hal_uart.h374 #define UART_PARITY_NONE 0x00000000U /*!< No parity */ macro
1301 #define IS_UART_PARITY(__PARITY__) (((__PARITY__) == UART_PARITY_NONE) || \
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_uart.c674 if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in HAL_UART_Transmit()
700 … if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in HAL_UART_Transmit()
759 if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in HAL_UART_Receive()
791 … if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in HAL_UART_Receive()
841 if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in HAL_UART_Transmit_IT()
897 if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in HAL_UART_Receive_IT()
959 if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in HAL_UART_Transmit_DMA()
1035 if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in HAL_UART_Receive_DMA()
2765 … if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in UART_Transmit_IT()
2822 if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in UART_Receive_IT()
Dstm32l0xx_hal_irda.c482 if ((hirda->Init.WordLength == UART_WORDLENGTH_9B) && (hirda->Init.Parity == UART_PARITY_NONE)) in HAL_IRDA_Transmit()
570 if ((hirda->Init.WordLength == UART_WORDLENGTH_9B) && (hirda->Init.Parity == UART_PARITY_NONE)) in HAL_IRDA_Receive()
655 if ((hirda->Init.WordLength == UART_WORDLENGTH_9B) && (hirda->Init.Parity == UART_PARITY_NONE)) in HAL_IRDA_Transmit_IT()
715 if ((hirda->Init.WordLength == UART_WORDLENGTH_9B) && (hirda->Init.Parity == UART_PARITY_NONE)) in HAL_IRDA_Receive_IT()
776 if ((hirda->Init.WordLength == UART_WORDLENGTH_9B) && (hirda->Init.Parity == UART_PARITY_NONE)) in HAL_IRDA_Transmit_DMA()
854 if ((hirda->Init.WordLength == UART_WORDLENGTH_9B) && (hirda->Init.Parity == UART_PARITY_NONE)) in HAL_IRDA_Receive_DMA()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_uart.c672 if(huart->Init.Parity == UART_PARITY_NONE) in HAL_UART_Transmit()
767 if(huart->Init.Parity == UART_PARITY_NONE) in HAL_UART_Receive()
785 if(huart->Init.Parity == UART_PARITY_NONE) in HAL_UART_Receive()
1739 if(huart->Init.Parity == UART_PARITY_NONE) in UART_Transmit_IT()
1813 if(huart->Init.Parity == UART_PARITY_NONE) in UART_Receive_IT()
1826 if(huart->Init.Parity == UART_PARITY_NONE) in UART_Receive_IT()
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_uart.h190 #define UART_PARITY_NONE (0x00000000U) macro
619 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_PARITY_NONE) || \
/loramac-node-latest/src/boards/SKiM980A/
Duart-board.c126 UartHandle.Init.Parity = UART_PARITY_NONE; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL073/
Duart-board.c129 UartHandle.Init.Parity = UART_PARITY_NONE; in UartMcuConfig()
/loramac-node-latest/src/boards/SKiM880B/
Duart-board.c126 UartHandle.Init.Parity = UART_PARITY_NONE; in UartMcuConfig()
/loramac-node-latest/src/boards/SKiM881AXL/
Duart-board.c129 UartHandle.Init.Parity = UART_PARITY_NONE; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL476/
Duart-board.c126 UartHandle.Init.Parity = UART_PARITY_NONE; in UartMcuConfig()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Duart-board.c129 UartHandle.Init.Parity = UART_PARITY_NONE; in UartMcuConfig()
/loramac-node-latest/src/boards/NucleoL152/
Duart-board.c126 UartHandle.Init.Parity = UART_PARITY_NONE; in UartMcuConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_uart.c1120 … if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in HAL_UART_Transmit()
1201 … if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in HAL_UART_Receive()
1261 … if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in HAL_UART_Transmit_IT()
1280 … if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in HAL_UART_Transmit_IT()
1347 … if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in HAL_UART_Receive_IT()
1367 … if ((huart->Init.WordLength == UART_WORDLENGTH_9B) && (huart->Init.Parity == UART_PARITY_NONE)) in HAL_UART_Receive_IT()
/loramac-node-latest/src/boards/NAMote72/
Duart-board.c151 UartContext[obj->UartId].UartHandle.Init.Parity = UART_PARITY_NONE; in UartMcuConfig()