Searched refs:AF_USART1_CS_PORT (Results 1 – 3 of 3) sorted by relevance
90 #define AF_USART1_CS_PORT(f) ((f) == 0 ? 1 : (f) == 1 ? 3 : -1) macro
161 #define AF_USART1_CS_PORT(f) ((f) == 0 ? 1 : (f) == 1 ? 3 : (f) == 2 ? 5 : -1) macro
1166 port_cs = AF_USART1_CS_PORT(location); in rt_hw_usart_unit_init()
Completed in 7 milliseconds