Searched refs:AF_I2C0_SDA_PIN (Results 1 – 3 of 3) sorted by relevance
111 #define AF_I2C0_SDA_PIN(f) ((f) == 0 ? 0 : (f) == 1 ? 6 : (f) == 2 ? 6 : (f) == 3 ? 14 : -… macro
186 #define AF_I2C0_SDA_PIN(f) ((f) == 0 ? 0 : (f) == 1 ? 6 : (f) == 2 ? 6 : (f) == 3 ? 14 : (… macro
751 pin_sda = AF_I2C0_SDA_PIN(location); in rt_hw_iic_unit_init()
Completed in 8 milliseconds