Searched refs:AF_LEUART0_TX_PIN (Results 1 – 3 of 3) sorted by relevance
99 #define AF_LEUART0_TX_PIN(f) ((f) == 0 ? 4 : (f) == 1 ? 13 : (f) == 2 ? 14 : -1) macro
174 #define AF_LEUART0_TX_PIN(f) ((f) == 0 ? 4 : (f) == 1 ? 13 : (f) == 2 ? 14 : (f) == 3 ? 0 : … macro
856 pin_tx = AF_LEUART0_TX_PIN(location); in rt_hw_leuart_unit_init()
Completed in 12 milliseconds