7#ifndef ZEPHYR_DRIVERS_I3C_I3C_NPCX_H_
8#define ZEPHYR_DRIVERS_I3C_I3C_NPCX_H_
16#ifdef CONFIG_I3C_NPCX_DMA
27void npcx_i3c_target_set_mdma_buff(
const struct device *dev,
uint8_t *mdma_rd_buf,
38uint16_t npcx_i3c_target_get_mdmafb_count(
const struct device *dev);
47uint16_t npcx_i3c_target_get_mdmatb_count(
const struct device *dev);
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
__UINT16_TYPE__ uint16_t
Definition stdint.h:89
Runtime device structure (in ROM) per driver instance.
Definition device.h:412