Searched refs:AF_USART1_TX_PIN (Results 1 – 3 of 3) sorted by relevance
87 #define AF_USART1_TX_PIN(f) ((f) == 0 ? 0 : (f) == 1 ? 0 : -1) macro
158 #define AF_USART1_TX_PIN(f) ((f) == 0 ? 0 : (f) == 1 ? 0 : (f) == 2 ? 7 : -1) macro
1161 pin_tx = AF_USART1_TX_PIN(location); in rt_hw_usart_unit_init()
Completed in 12 milliseconds