|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#include <dma.h>
Data Fields | |
| bool | busy |
| enum dma_channel_direction | dir |
| uint32_t | pending_length |
DMA runtime status structure
busy - is current DMA transfer busy or idle dir - DMA transfer direction pending_length - data length pending to be transferred in bytes or platform dependent.
| bool dma_status::busy |
| enum dma_channel_direction dma_status::dir |
| uint32_t dma_status::pending_length |