Searched refs:NUM_I2CS (Results 1 – 2 of 2) sorted by relevance
30 #define NUM_I2CS _u(2) macro
157 static_assert(NUM_I2CS == 2, ""); in i2c_get_instance()158 invalid_params_if(I2C, instance >= NUM_I2CS); in i2c_get_instance()