Home
last modified time | relevance | path

Searched refs:__PARITY__ (Results 1 – 25 of 79) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_irda.h694 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
695 ((__PARITY__) == IRDA_PARITY_EVEN) || \
696 ((__PARITY__) == IRDA_PARITY_ODD))
Dstm32l0xx_hal_usart.h634 #define IS_USART_PARITY(__PARITY__) (((__PARITY__) == USART_PARITY_NONE) || \ argument
635 ((__PARITY__) == USART_PARITY_EVEN) || \
636 ((__PARITY__) == USART_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_usart.h640 #define IS_USART_PARITY(__PARITY__) (((__PARITY__) == USART_PARITY_NONE) || \ argument
641 ((__PARITY__) == USART_PARITY_EVEN) || \
642 ((__PARITY__) == USART_PARITY_ODD))
Dstm32f0xx_hal_irda.h693 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
694 ((__PARITY__) == IRDA_PARITY_EVEN) || \
695 ((__PARITY__) == IRDA_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_irda.h697 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
698 ((__PARITY__) == IRDA_PARITY_EVEN) || \
699 ((__PARITY__) == IRDA_PARITY_ODD))
Dstm32f7xx_hal_usart.h722 #define IS_USART_PARITY(__PARITY__) (((__PARITY__) == USART_PARITY_NONE) || \ argument
723 ((__PARITY__) == USART_PARITY_EVEN) || \
724 ((__PARITY__) == USART_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_irda.h693 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
694 ((__PARITY__) == IRDA_PARITY_EVEN) || \
695 ((__PARITY__) == IRDA_PARITY_ODD))
Dstm32f3xx_hal_usart.h640 #define IS_USART_PARITY(__PARITY__) (((__PARITY__) == USART_PARITY_NONE) || \ argument
641 ((__PARITY__) == USART_PARITY_EVEN) || \
642 ((__PARITY__) == USART_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_irda.h723 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
724 ((__PARITY__) == IRDA_PARITY_EVEN) || \
725 ((__PARITY__) == IRDA_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_irda.h717 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
718 ((__PARITY__) == IRDA_PARITY_EVEN) || \
719 ((__PARITY__) == IRDA_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_irda.h718 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
719 ((__PARITY__) == IRDA_PARITY_EVEN) || \
720 ((__PARITY__) == IRDA_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_irda.h706 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
707 ((__PARITY__) == IRDA_PARITY_EVEN) || \
708 ((__PARITY__) == IRDA_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_irda.h721 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
722 ((__PARITY__) == IRDA_PARITY_EVEN) || \
723 ((__PARITY__) == IRDA_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_irda.h714 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
715 ((__PARITY__) == IRDA_PARITY_EVEN) || \
716 ((__PARITY__) == IRDA_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_irda.h719 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
720 ((__PARITY__) == IRDA_PARITY_EVEN) || \
721 ((__PARITY__) == IRDA_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_irda.h706 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
707 ((__PARITY__) == IRDA_PARITY_EVEN) || \
708 ((__PARITY__) == IRDA_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_irda.h719 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
720 ((__PARITY__) == IRDA_PARITY_EVEN) || \
721 ((__PARITY__) == IRDA_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_irda.h714 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
715 ((__PARITY__) == IRDA_PARITY_EVEN) || \
716 ((__PARITY__) == IRDA_PARITY_ODD))
Dstm32wbxx_hal_usart.h759 #define IS_USART_PARITY(__PARITY__) (((__PARITY__) == USART_PARITY_NONE) || \ argument
760 ((__PARITY__) == USART_PARITY_EVEN) || \
761 ((__PARITY__) == USART_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_irda.h703 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
704 ((__PARITY__) == IRDA_PARITY_EVEN) || \
705 ((__PARITY__) == IRDA_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_irda.h715 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
716 ((__PARITY__) == IRDA_PARITY_EVEN) || \
717 ((__PARITY__) == IRDA_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_irda.h727 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
728 ((__PARITY__) == IRDA_PARITY_EVEN) || \
729 ((__PARITY__) == IRDA_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_irda.h715 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
716 ((__PARITY__) == IRDA_PARITY_EVEN) || \
717 ((__PARITY__) == IRDA_PARITY_ODD))
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_irda.h706 #define IS_IRDA_PARITY(__PARITY__) (((__PARITY__) == IRDA_PARITY_NONE) || \ argument
707 ((__PARITY__) == IRDA_PARITY_EVEN) || \
708 ((__PARITY__) == IRDA_PARITY_ODD))
Dstm32n6xx_hal_usart.h766 #define IS_USART_PARITY(__PARITY__) (((__PARITY__) == USART_PARITY_NONE) || \ argument
767 ((__PARITY__) == USART_PARITY_EVEN) || \
768 ((__PARITY__) == USART_PARITY_ODD))

1234