Searched refs:AF_I2C0_SCL_PIN (Results 1 – 3 of 3) sorted by relevance
112 #define AF_I2C0_SCL_PIN(f) ((f) == 0 ? 1 : (f) == 1 ? 7 : (f) == 2 ? 7 : (f) == 3 ? 15 : -… macro
187 #define AF_I2C0_SCL_PIN(f) ((f) == 0 ? 1 : (f) == 1 ? 7 : (f) == 2 ? 7 : (f) == 3 ? 15 : (… macro
749 pin_scl = AF_I2C0_SCL_PIN(location); in rt_hw_iic_unit_init()
Completed in 10 milliseconds