iLLD_TC29x
1.0
|
DMA on-chip implementation data. More...
#include "Cpu/Std/Ifx_Types.h"
Go to the source code of this file.
Macros | |
#define | IFXDMA_ERROR_S (IFX_DMA_BLK_CLRE_CSER_MSK << IFX_DMA_BLK_CLRE_CSER_OFF) |
Error mask for move engine source error. More... | |
#define | IFXDMA_ERROR_D (IFX_DMA_BLK_CLRE_CDER_MSK << IFX_DMA_BLK_CLRE_CDER_OFF) |
Error mask for move engine destination error. More... | |
#define | IFXDMA_ERROR_SPB (IFX_DMA_BLK_CLRE_CSPBER_MSK << IFX_DMA_BLK_CLRE_CSPBER_OFF) |
Error mask for bus error on SPB. More... | |
#define | IFXDMA_ERROR_SRI (IFX_DMA_BLK_CLRE_CSRIER_MSK << IFX_DMA_BLK_CLRE_CSRIER_OFF) |
Error mask for bus error on SRI. More... | |
#define | IFXDMA_ERROR_RAM (IFX_DMA_BLK_CLRE_CRAMER_MSK << IFX_DMA_BLK_CLRE_CRAMER_OFF) |
Error mask for RAM error. More... | |
#define | IFXDMA_ERROR_SLL (IFX_DMA_BLK_CLRE_CSLLER_MSK << IFX_DMA_BLK_CLRE_CSLLER_OFF) |
Error mask for SLL (safe linked list CRC checksum) error. More... | |
#define | IFXDMA_ERROR_DLL (IFX_DMA_BLK_CLRE_CDLLER_MSK << IFX_DMA_BLK_CLRE_CDLLER_OFF) |
Error mask for DLL (failed linked list load) error. More... | |
#define | IFXDMA_NUM_CHANNELS 128 |
DMA on-chip implementation data.
IMPORTANT NOTICE
Infineon Technologies AG (Infineon) is supplying this file for use exclusively with Infineon's microcontroller products. This file can be freely distributed within development tools that are supporting such microcontroller products.
THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
Definition in file IfxDma_cfg.h.
#define IFXDMA_ERROR_D (IFX_DMA_BLK_CLRE_CDER_MSK << IFX_DMA_BLK_CLRE_CDER_OFF) |
Error mask for move engine destination error.
Definition at line 51 of file IfxDma_cfg.h.
#define IFXDMA_ERROR_DLL (IFX_DMA_BLK_CLRE_CDLLER_MSK << IFX_DMA_BLK_CLRE_CDLLER_OFF) |
Error mask for DLL (failed linked list load) error.
Definition at line 71 of file IfxDma_cfg.h.
#define IFXDMA_ERROR_RAM (IFX_DMA_BLK_CLRE_CRAMER_MSK << IFX_DMA_BLK_CLRE_CRAMER_OFF) |
Error mask for RAM error.
Definition at line 63 of file IfxDma_cfg.h.
#define IFXDMA_ERROR_S (IFX_DMA_BLK_CLRE_CSER_MSK << IFX_DMA_BLK_CLRE_CSER_OFF) |
Error mask for move engine source error.
Definition at line 47 of file IfxDma_cfg.h.
#define IFXDMA_ERROR_SLL (IFX_DMA_BLK_CLRE_CSLLER_MSK << IFX_DMA_BLK_CLRE_CSLLER_OFF) |
Error mask for SLL (safe linked list CRC checksum) error.
Definition at line 67 of file IfxDma_cfg.h.
#define IFXDMA_ERROR_SPB (IFX_DMA_BLK_CLRE_CSPBER_MSK << IFX_DMA_BLK_CLRE_CSPBER_OFF) |
Error mask for bus error on SPB.
Definition at line 55 of file IfxDma_cfg.h.
#define IFXDMA_ERROR_SRI (IFX_DMA_BLK_CLRE_CSRIER_MSK << IFX_DMA_BLK_CLRE_CSRIER_OFF) |
Error mask for bus error on SRI.
Definition at line 59 of file IfxDma_cfg.h.
#define IFXDMA_NUM_CHANNELS 128 |
Definition at line 73 of file IfxDma_cfg.h.
enum IfxDma_ChannelId |
DMA channel resources definition.
Definition at line 81 of file IfxDma_cfg.h.