Searched defs:uart_dma_stream (Results 1 – 2 of 2) sorted by relevance
63 struct uart_dma_stream { struct64 const struct device *dma_dev;65 uint32_t dma_channel;66 struct dma_config dma_cfg;67 uint8_t priority;68 bool src_addr_increment;69 bool dst_addr_increment;70 int fifo_threshold;71 struct dma_block_config blk_cfg;72 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