Searched refs:AF_USART0_CS_PIN (Results 1 – 3 of 3) sorted by relevance
86 #define AF_USART0_CS_PIN(f) ((f) == 0 ? 13 : (f) == 1 ? 4 : (f) == 2 ? 8 : -1) macro
157 #define AF_USART0_CS_PIN(f) ((f) == 0 ? 13 : (f) == 1 ? 4 : (f) == 2 ? 8 : (f) == 3 ? 14 : … macro
1137 pin_cs = AF_USART0_CS_PIN(location); in rt_hw_usart_unit_init()
Completed in 11 milliseconds