Home
last modified time | relevance | path

Searched refs:PARITY (Results 1 – 18 of 18) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_irda.h622 #define IS_IRDA_PARITY(PARITY) (((PARITY) == IRDA_PARITY_NONE) || \ argument
623 ((PARITY) == IRDA_PARITY_EVEN) || \
624 ((PARITY) == IRDA_PARITY_ODD))
Dstm32f1xx_hal_usart.h598 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PARITY_NONE) || \ argument
599 ((PARITY) == USART_PARITY_EVEN) || \
600 ((PARITY) == USART_PARITY_ODD))
Dstm32f1xx_hal_uart.h816 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_PARITY_NONE) || \ argument
817 ((PARITY) == UART_PARITY_EVEN) || \
818 ((PARITY) == UART_PARITY_ODD))
Dstm32f1xx_hal_smartcard.h698 #define IS_SMARTCARD_PARITY(PARITY) (((PARITY) == SMARTCARD_PARITY_EVEN) || \ argument
699 ((PARITY) == SMARTCARD_PARITY_ODD))
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_irda.h633 #define IS_IRDA_PARITY(PARITY) (((PARITY) == IRDA_PARITY_NONE) || \ argument
634 ((PARITY) == IRDA_PARITY_EVEN) || \
635 ((PARITY) == IRDA_PARITY_ODD))
Dstm32l1xx_hal_usart.h602 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PARITY_NONE) || \ argument
603 ((PARITY) == USART_PARITY_EVEN) || \
604 ((PARITY) == USART_PARITY_ODD))
Dstm32l1xx_hal_uart.h839 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_PARITY_NONE) || \ argument
840 ((PARITY) == UART_PARITY_EVEN) || \
841 ((PARITY) == UART_PARITY_ODD))
Dstm32l1xx_hal_smartcard.h709 #define IS_SMARTCARD_PARITY(PARITY) (((PARITY) == SMARTCARD_PARITY_EVEN) || \ argument
710 ((PARITY) == SMARTCARD_PARITY_ODD))
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_irda.h633 #define IS_IRDA_PARITY(PARITY) (((PARITY) == IRDA_PARITY_NONE) || \ argument
634 ((PARITY) == IRDA_PARITY_EVEN) || \
635 ((PARITY) == IRDA_PARITY_ODD))
Dstm32f4xx_hal_usart.h602 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PARITY_NONE) || \ argument
603 ((PARITY) == USART_PARITY_EVEN) || \
604 ((PARITY) == USART_PARITY_ODD))
Dstm32f4xx_hal_uart.h814 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_PARITY_NONE) || \ argument
815 ((PARITY) == UART_PARITY_EVEN) || \
816 ((PARITY) == UART_PARITY_ODD))
Dstm32f4xx_hal_smartcard.h709 #define IS_SMARTCARD_PARITY(PARITY) (((PARITY) == SMARTCARD_PARITY_EVEN) || \ argument
710 ((PARITY) == SMARTCARD_PARITY_ODD))
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_irda.h633 #define IS_IRDA_PARITY(PARITY) (((PARITY) == IRDA_PARITY_NONE) || \ argument
634 ((PARITY) == IRDA_PARITY_EVEN) || \
635 ((PARITY) == IRDA_PARITY_ODD))
Dstm32f2xx_hal_usart.h602 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PARITY_NONE) || \ argument
603 ((PARITY) == USART_PARITY_EVEN) || \
604 ((PARITY) == USART_PARITY_ODD))
Dstm32f2xx_hal_uart.h839 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_PARITY_NONE) || \ argument
840 ((PARITY) == UART_PARITY_EVEN) || \
841 ((PARITY) == UART_PARITY_ODD))
Dstm32f2xx_hal_smartcard.h709 #define IS_SMARTCARD_PARITY(PARITY) (((PARITY) == SMARTCARD_PARITY_EVEN) || \ argument
710 ((PARITY) == SMARTCARD_PARITY_ODD))
/hal_stm32-3.5.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_flash_ex.h64 #define IS_OB_SRAM_PARITY(PARITY) (((PARITY) == OB_SRAM_PARITY_SET) || ((PARITY) == OB_SRAM_PARITY… argument
/hal_stm32-3.5.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_flash_ex.h74 #define IS_OB_SRAM_PARITY(PARITY) (((PARITY) == OB_SRAM_PARITY_SET) || ((PARITY) == OB_SRAM_PARITY… argument