Searched defs:i3c_stm32_dma_stream (Results 1 – 1 of 1) sorted by relevance
77 struct i3c_stm32_dma_stream { struct78 const struct device *dma_dev;79 uint32_t dma_channel;80 struct dma_config dma_cfg;81 uint8_t priority;82 bool src_addr_increment;83 bool dst_addr_increment;84 int fifo_threshold;85 struct dma_block_config blk_cfg;