Lines Matching defs:ref
50 #define USART_REF_VALID(ref) ((ref) == USART0) argument
53 #define USART_REF_VALID(ref) ((ref) == USART1) argument
56 #define USART_REF_VALID(ref) (((ref) == USART1) || ((ref) == USART2)) argument
59 #define USART_REF_VALID(ref) (((ref) == USART0) || ((ref) == USART1)) argument
62 #define USART_REF_VALID(ref) (((ref) == USART0) || ((ref) == USART1) \ argument
65 #define USART_REF_VALID(ref) (((ref) == USART0) || ((ref) == USART1) \ argument
68 #define USART_REF_VALID(ref) (((ref) == USART0) || ((ref) == USART1) \ argument
72 #define USART_REF_VALID(ref) (((ref) == USART0) || ((ref) == USART1) \ argument
81 #define USARTRF_REF_VALID(ref) ((ref) == USARTRF0) argument
83 #define USARTRF_REF_VALID(ref) ((ref) == USARTRF1) argument
85 #define USARTRF_REF_VALID(ref) (0) argument
88 #define USARTRF_REF_VALID(ref) (0) argument
92 #define USART_IRDA_VALID(ref) USART_REF_VALID(ref) argument
96 #define USART_IRDA_VALID(ref) (((ref) == USART0) || ((ref) == USART2)) argument
98 …#define USART_IRDA_VALID(ref) (((ref) == USART0) || ((ref) == USART1) || ((ref) == USART2) || (… argument
100 #define USART_IRDA_VALID(ref) (((ref) == USART0) || ((ref) == USART1) || ((ref) == USART2)) argument
102 #define USART_IRDA_VALID(ref) (((ref) == USART0) || ((ref) == USART1)) argument
106 #define USART_IRDA_VALID(ref) ((ref) == USART0) argument
108 #define USART_IRDA_VALID(ref) (((ref) == USART0) || ((ref) == USART1)) argument
110 #define USART_IRDA_VALID(ref) ((ref) == USART0) argument
112 #define USART_IRDA_VALID(ref) ((ref) == USART1) argument
114 #define USART_IRDA_VALID(ref) ((ref) == USARTRF0) argument
116 #define USART_IRDA_VALID(ref) (0) argument
121 #define USART_I2S_VALID(ref) USART_REF_VALID(ref) argument
124 #define USART_I2S_VALID(ref) (((ref) == USART1) || ((ref) == USART3) || ((ref) == USART4)) argument
126 #define USART_I2S_VALID(ref) (((ref) == USART1) || ((ref) == USART3)) argument
128 #define USART_I2S_VALID(ref) ((ref) == USART1) argument
132 #define USART_I2S_VALID(ref) ((ref) == USART0) argument
134 #define USART_I2S_VALID(ref) (((ref) == USART0) || ((ref) == USART1)) argument
136 #define USART_I2S_VALID(ref) ((ref) == USART1) argument
138 #define USART_I2S_VALID(ref) (((ref) == USART1) || ((ref) == USART2)) argument
143 #define UART_REF_VALID(ref) ((ref) == UART0) argument
145 #define UART_REF_VALID(ref) (((ref) == UART0) || ((ref) == UART1)) argument
147 #define UART_REF_VALID(ref) (0) argument