S32 SDK
edma_common.c File Reference
#include <stdint.h>
#include "device_registers.h"
#include "clock_manager.h"
#include "edma_driver.h"

Go to the source code of this file.

Variables

DMA_Type *const g_edmaBase [DMA_INSTANCE_COUNT] = DMA_BASE_PTRS
 Array for the eDMA module register base address. More...
 
DMAMUX_Type *const g_dmamuxBase [DMAMUX_INSTANCE_COUNT] = DMAMUX_BASE_PTRS
 Array for DMAMUX module register base address. More...
 
const IRQn_Type g_edmaIrqId [FEATURE_CHANNEL_INTERRUPT_LINES] = DMA_CHN_IRQS
 Array for eDMA channel interrupt vector number. More...
 
const IRQn_Type g_edmaErrIrqId [FEATURE_ERROR_INTERRUPT_LINES] = DMA_ERROR_IRQS
 Array for eDMA module's error interrupt vector number. More...
 
const clock_names_t g_edmaClockNames [DMA_INSTANCE_COUNT] = EDMA_CLOCK_NAMES
 Array for eDMA clock sources. More...
 
const clock_names_t g_dmamuxClockNames [DMAMUX_INSTANCE_COUNT] = DMAMUX_CLOCK_NAMES