Searched refs:AF_USART1_RX_PIN (Results 1 – 3 of 3) sorted by relevance
88 #define AF_USART1_RX_PIN(f) ((f) == 0 ? 1 : (f) == 1 ? 1 : -1) macro
159 #define AF_USART1_RX_PIN(f) ((f) == 0 ? 1 : (f) == 1 ? 1 : (f) == 2 ? 6 : -1) macro
1163 pin_rx = AF_USART1_RX_PIN(location); in rt_hw_usart_unit_init()
Completed in 7 milliseconds