|
NetBurner 3.5.6
PDF Version |
eDMA TCD. More...
#include <fsl_edma.h>
Public Attributes | |
| __IO uint32_t | SADDR |
| __IO uint16_t | SOFF |
| __IO uint16_t | ATTR |
| __IO uint32_t | NBYTES |
| __IO uint32_t | SLAST |
| __IO uint32_t | DADDR |
| __IO uint16_t | DOFF |
| __IO uint16_t | CITER |
| __IO uint32_t | DLAST_SGA |
| __IO uint16_t | CSR |
| __IO uint16_t | BITER |
eDMA TCD.
This structure is same as TCD register which is described in reference manual, and is used to configure the scatter/gather feature as a next hardware TCD.
| __IO uint16_t _edma_tcd::ATTR |
ATTR register, source/destination transfer size and modulo
| __IO uint16_t _edma_tcd::BITER |
BITER register, begin minor loop count.
| __IO uint16_t _edma_tcd::CITER |
CITER register, current minor loop numbers, for unfinished minor loop.
| __IO uint16_t _edma_tcd::CSR |
CSR register, for TCD control status
| __IO uint32_t _edma_tcd::DADDR |
DADDR register, used for destination address
| __IO uint32_t _edma_tcd::DLAST_SGA |
DLASTSGA register, next tcd address used in scatter-gather mode
| __IO uint16_t _edma_tcd::DOFF |
DOFF register, used for destination offset
| __IO uint32_t _edma_tcd::NBYTES |
Nbytes register, minor loop length in bytes
| __IO uint32_t _edma_tcd::SADDR |
SADDR register, used to save source address
| __IO uint32_t _edma_tcd::SLAST |
SLAST register
| __IO uint16_t _edma_tcd::SOFF |
SOFF register, save offset bytes every transfer