Searched refs:AF_LEUART0_RX_PIN (Results 1 – 3 of 3) sorted by relevance
100 #define AF_LEUART0_RX_PIN(f) ((f) == 0 ? 5 : (f) == 1 ? 14 : (f) == 2 ? 15 : -1) macro
175 #define AF_LEUART0_RX_PIN(f) ((f) == 0 ? 5 : (f) == 1 ? 14 : (f) == 2 ? 15 : (f) == 3 ? 1 : … macro
858 pin_rx = AF_LEUART0_RX_PIN(location); in rt_hw_leuart_unit_init()
Completed in 11 milliseconds