![]() |
mikroSDK Reference Manual
|
DMA Handle prototype. More...
Data Fields | |
| handle_t | handle |
| dma_config_t | config |
| uint8_t | module |
| uint8_t | stream |
| uint8_t | channel |
| dma_state_t | allocated |
| bool | initialized |
DMA driver context structure, used by every other function later on.
Example
| handle_t dma_t::handle |
DMA handle.
| dma_config_t dma_t::config |
DMA configuration structure.
| uint8_t dma_t::module |
Specifies the module.
| uint8_t dma_t::stream |
Specifies the stream.
| uint8_t dma_t::channel |
Specifies the channel used for the specified stream.
| dma_state_t dma_t::allocated |
Is the object allocated or not?
| bool dma_t::initialized |
Is the object initialized or not?