6#ifndef ZEPHYR_INCLUDE_DRIVERS_MFD_NCT38XX_H_
7#define ZEPHYR_INCLUDE_DRIVERS_MFD_NCT38XX_H_
Main header file for I2C (Inter-Integrated Circuit) driver API.
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:510
Complete I2C DT information.
Definition i2c.h:78
Semaphore structure.
Definition kernel.h:3364