Searched refs:AF_USART0_TX_PORT (Results 1 – 3 of 3) sorted by relevance
83 #define AF_USART0_TX_PORT(f) ((f) == 0 ? 4 : (f) == 1 ? 4 : (f) == 2 ? 2 : -1) macro
154 #define AF_USART0_TX_PORT(f) ((f) == 0 ? 4 : (f) == 1 ? 4 : (f) == 2 ? 2 : (f) == 3 ? 4 : (… macro
1130 port_tx = AF_USART0_TX_PORT(location); in rt_hw_usart_unit_init()
Completed in 12 milliseconds