Searched refs:AF_USART0_CS_PORT (Results 1 – 3 of 3) sorted by relevance
86 #define AF_USART0_CS_PORT(f) ((f) == 0 ? 4 : (f) == 1 ? 4 : (f) == 2 ? 2 : -1) macro
157 #define AF_USART0_CS_PORT(f) ((f) == 0 ? 4 : (f) == 1 ? 4 : (f) == 2 ? 2 : (f) == 3 ? 2 : (… macro
1136 port_cs = AF_USART0_CS_PORT(location); in rt_hw_usart_unit_init()
Completed in 10 milliseconds