1.2.6.10 SYS_DMA_DESTINATION_ADDRESSING_MODE Enum
C
typedef enum
{
/* Destination address is always fixed */
SYS_DMA_DESTINATION_ADDRESSING_MODE_FIXED,
/* Destination address is incremented after every transfer */
SYS_DMA_DESTINATION_ADDRESSING_MODE_INCREMENTED,
/* Used when Addressing mode is not supported */
SYS_DMA_DESTINATION_ADDRESSING_MODE_NONE = -1
}SYS_DMA_DESTINATION_ADDRESSING_MODE;
Summary
Enumeration of possible DMA destination addressing modes.
Description
This data type provides an enumeration of all possible DMA destination addressing modes.
Remarks
Some of the enum elements may not be applicable for particular device, check MCC generated code before using them.