Home
last modified time | relevance | path

Searched refs:IS_USART_PARITY (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_usart.h517 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PARITY_NONE) || \ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_usart.h566 #define IS_USART_PARITY(__PARITY__) (((__PARITY__) == USART_PARITY_NONE) || \ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_usart.h803 #define IS_USART_PARITY(__PARITY__) (((__PARITY__) == USART_PARITY_NONE) || \ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_usart.c1843 assert_param(IS_USART_PARITY(husart->Init.Parity)); in USART_SetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_usart.c2093 assert_param(IS_USART_PARITY(husart->Init.Parity)); in USART_SetConfig()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_usart.c2946 assert_param(IS_USART_PARITY(husart->Init.Parity)); in USART_SetConfig()