Lines Matching refs:USART2
55 #elif (USART_COUNT == 2) && defined(USART2)
56 #define USART_REF_VALID(ref) (((ref) == USART1) || ((ref) == USART2))
63 || ((ref) == USART2))
66 || ((ref) == USART2) || ((ref) == USART3))
69 || ((ref) == USART2) || ((ref) == USART3) \
73 || ((ref) == USART2) || ((ref) == USART3) \
96 #define USART_IRDA_VALID(ref) (((ref) == USART0) || ((ref) == USART2))
98 …#define USART_IRDA_VALID(ref) (((ref) == USART0) || ((ref) == USART1) || ((ref) == USART2) || (…
99 #elif defined(USART2)
100 #define USART_IRDA_VALID(ref) (((ref) == USART0) || ((ref) == USART1) || ((ref) == USART2))
138 #define USART_I2S_VALID(ref) (((ref) == USART1) || ((ref) == USART2))
187 #if defined(USART2) in prsRxInput()
188 else if (usart == USART2) { in prsRxInput()
241 #if defined(USART2) in prsIrInput()
242 else if (usart == USART2) { in prsIrInput()
275 else if (usart == USART2) { in prsTriggerInput()
358 if (usart == USART2) { in USART_BaudrateAsyncSet()
603 if (usart == USART2) { in USART_BaudrateGet()
668 if (usart == USART2) { in USART_BaudrateSyncSet()