|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Go to the source code of this file.
Functions | |
| 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. | |
| 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.
| [in] | dev | Pointer to device struct of the driver instance |
| struct k_sem * mfd_nct38xx_get_lock_reference | ( | const struct device * | dev | ) |
Get the semaphore reference for a NCT38xx instance.
Callers should pass the return value to k_sem_take/k_sem_give
| [in] | dev | Pointer to device struct of the driver instance |