Searched refs:IS_I2C_MODULE (Results 1 – 4 of 4) sorted by relevance
338 #define IS_I2C_MODULE(x) (((x) == I2C_MODULE_MASTER) || ((x) == I2C_MODULE_SLAVE)) macro
362 #define IS_I2C_MODULE(x) (((x) == ALD_I2C_MODULE_MASTER) || ((x) == ALD_I2C_MODU… macro
351 assert_param(IS_I2C_MODULE(hperh->init.module)); in ald_i2c_init()
349 assert_param(IS_I2C_MODULE(hperh->init.module)); in ald_i2c_init()
Completed in 257 milliseconds