6#ifndef ZEPHYR_INCLUDE_DRIVERS_MFD_NCT38XX_H_
7#define ZEPHYR_INCLUDE_DRIVERS_MFD_NCT38XX_H_
Public APIs for the I2C drivers.
struct k_sem * mfd_nct38xx_get_lock_reference(const struct device *dev)
Get the semaphore reference for a NCT38xx instance.
const struct i2c_dt_spec * mfd_nct38xx_get_i2c_dt_spec(const struct device *dev)
Get the I2C DT spec reference for a NCT38xx instance.
Runtime device structure (in ROM) per driver instance.
Definition device.h:403
Complete I2C DT information.
Definition i2c.h:77