Searched refs:PARITY (Results 1 – 5 of 5) sorted by relevance
82 #define IS_OB_SRAM_PARITY(PARITY) (((PARITY) == OB_SRAM_PARITY_SET) || ((PARITY) == OB_SRAM_PARITY… argument
156 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_Parity_No) || \ argument157 ((PARITY) == USART_Parity_Even) || \158 ((PARITY) == USART_Parity_Odd))
158 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_Parity_No) || \ argument159 ((PARITY) == USART_Parity_Even) || \160 ((PARITY) == USART_Parity_Odd))
160 #define IS_USART_PARITY(PARITY) (((PARITY) == USART_Parity_No) || \ argument161 ((PARITY) == USART_Parity_Even) || \162 ((PARITY) == USART_Parity_Odd))
955 #define IS_UART_PARITY(PARITY) (((PARITY) == UART_PARITY_NONE) || \ argument956 ((PARITY) == UART_PARITY_EVEN) || \957 ((PARITY) == UART_PARITY_ODD))
Completed in 13 milliseconds