Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
|
|
3.0.0 |
#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 |