7#ifndef ZEPHYR_INCLUDE_DRIVERS_I2C_NRFX_TWIM_H
8#define ZEPHYR_INCLUDE_DRIVERS_I2C_NRFX_TWIM_H
Public APIs for the I2C drivers.
int i2c_nrfx_twim_exclusive_access_acquire(const struct device *dev, k_timeout_t timeout)
Acquires exclusive access to the i2c bus controller.
void i2c_nrfx_twim_exclusive_access_release(const struct device *dev)
Releases exclusive access to the i2c bus controller.
Runtime device structure (in ROM) per driver instance.
Definition device.h:504
Kernel timeout type.
Definition sys_clock.h:65