/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_hal_irda.h | 633 #define IS_IRDA_PARITY(PARITY) (((PARITY) == IRDA_PARITY_NONE) || \ argument 634 ((PARITY) == IRDA_PARITY_EVEN) || \ 635 ((PARITY) == IRDA_PARITY_ODD))
|
D | stm32l1xx_hal_usart.h | 602 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PARITY_NONE) || \ argument 603 ((PARITY) == USART_PARITY_EVEN) || \ 604 ((PARITY) == USART_PARITY_ODD))
|
D | stm32l1xx_hal_uart.h | 839 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_PARITY_NONE) || \ argument 840 ((PARITY) == UART_PARITY_EVEN) || \ 841 ((PARITY) == UART_PARITY_ODD))
|
D | stm32l1xx_hal_smartcard.h | 709 #define IS_SMARTCARD_PARITY(PARITY) (((PARITY) == SMARTCARD_PARITY_EVEN) || \ argument 710 ((PARITY) == SMARTCARD_PARITY_ODD))
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_irda.h | 633 #define IS_IRDA_PARITY(PARITY) (((PARITY) == IRDA_PARITY_NONE) || \ argument 634 ((PARITY) == IRDA_PARITY_EVEN) || \ 635 ((PARITY) == IRDA_PARITY_ODD))
|
D | stm32f2xx_hal_usart.h | 602 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PARITY_NONE) || \ argument 603 ((PARITY) == USART_PARITY_EVEN) || \ 604 ((PARITY) == USART_PARITY_ODD))
|
D | stm32f2xx_hal_uart.h | 839 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_PARITY_NONE) || \ argument 840 ((PARITY) == UART_PARITY_EVEN) || \ 841 ((PARITY) == UART_PARITY_ODD))
|
D | stm32f2xx_hal_smartcard.h | 709 #define IS_SMARTCARD_PARITY(PARITY) (((PARITY) == SMARTCARD_PARITY_EVEN) || \ argument 710 ((PARITY) == SMARTCARD_PARITY_ODD))
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_hal_irda.h | 621 #define IS_IRDA_PARITY(PARITY) (((PARITY) == IRDA_PARITY_NONE) || \ argument 622 ((PARITY) == IRDA_PARITY_EVEN) || \ 623 ((PARITY) == IRDA_PARITY_ODD))
|
D | stm32f1xx_hal_usart.h | 602 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PARITY_NONE) || \ argument 603 ((PARITY) == USART_PARITY_EVEN) || \ 604 ((PARITY) == USART_PARITY_ODD))
|
D | stm32f1xx_hal_uart.h | 843 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_PARITY_NONE) || \ argument 844 ((PARITY) == UART_PARITY_EVEN) || \ 845 ((PARITY) == UART_PARITY_ODD))
|
D | stm32f1xx_hal_smartcard.h | 697 #define IS_SMARTCARD_PARITY(PARITY) (((PARITY) == SMARTCARD_PARITY_EVEN) || \ argument 698 ((PARITY) == SMARTCARD_PARITY_ODD))
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_irda.h | 633 #define IS_IRDA_PARITY(PARITY) (((PARITY) == IRDA_PARITY_NONE) || \ argument 634 ((PARITY) == IRDA_PARITY_EVEN) || \ 635 ((PARITY) == IRDA_PARITY_ODD))
|
D | stm32f4xx_hal_usart.h | 602 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_PARITY_NONE) || \ argument 603 ((PARITY) == USART_PARITY_EVEN) || \ 604 ((PARITY) == USART_PARITY_ODD))
|
D | stm32f4xx_hal_uart.h | 839 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_PARITY_NONE) || \ argument 840 ((PARITY) == UART_PARITY_EVEN) || \ 841 ((PARITY) == UART_PARITY_ODD))
|
D | stm32f4xx_hal_smartcard.h | 709 #define IS_SMARTCARD_PARITY(PARITY) (((PARITY) == SMARTCARD_PARITY_EVEN) || \ argument 710 ((PARITY) == SMARTCARD_PARITY_ODD))
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_flash_ex.h | 64 #define IS_OB_SRAM_PARITY(PARITY) (((PARITY) == OB_SRAM_PARITY_SET) || ((PARITY) == OB_SRAM_PARITY… argument
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_flash_ex.h | 74 #define IS_OB_SRAM_PARITY(PARITY) (((PARITY) == OB_SRAM_PARITY_SET) || ((PARITY) == OB_SRAM_PARITY… argument
|