Searched refs:AF_USART0_RX_PIN (Results 1 – 3 of 3) sorted by relevance
84 #define AF_USART0_RX_PIN(f) ((f) == 0 ? 11 : (f) == 1 ? 6 : (f) == 2 ? 10 : -1) macro
155 #define AF_USART0_RX_PIN(f) ((f) == 0 ? 11 : (f) == 1 ? 6 : (f) == 2 ? 10 : (f) == 3 ? 12 :… macro
1133 pin_rx = AF_USART0_RX_PIN(location); in rt_hw_usart_unit_init()
Completed in 10 milliseconds