Home > other >  Help: i2c - core. C i2c_device_probe () function
Help: i2c - core. C i2c_device_probe () function

Time:09-30

As title, i2c - core. C defines a structure body i2c_bus_type bus_type, this structure for the role? What is the function of its member function i2c_device_probe?

CodePudding user response:

Registration device, the application can be accessed through the device to the core layer of the i2c read and write functions
  • Related