Searched defs:uart_dma_stream (Results 1 – 2 of 2) sorted by relevance
68 struct uart_dma_stream { struct69 const struct device *dma_dev;70 uint32_t dma_channel;71 struct dma_config dma_cfg;72 uint8_t priority;73 bool src_addr_increment;74 bool dst_addr_increment;75 int fifo_threshold;76 struct dma_block_config blk_cfg;77 uint8_t *buffer;[all …]
40 struct uart_dma_stream { struct41 const struct device *dma_dev;42 uint32_t dma_channel;43 struct dma_config dma_cfg;44 struct dma_block_config blk_cfg;68 struct uart_dma_stream dma_rx; argument