S32 SDK
edma_irq.c File Reference
#include "device_registers.h"

Go to the source code of this file.

Functions

void EDMA_DRV_IRQHandler (uint8_t channel)
 
void EDMA_DRV_ErrorIRQHandler (void)
 
void DMA0_IRQHandler (void)
 EDMA IRQ handler with the same name in the startup code. More...
 
void DMA1_IRQHandler (void)
 EDMA IRQ handler with the same name in the startup code. More...
 
void DMA2_IRQHandler (void)
 EDMA IRQ handler with the same name in the startup code. More...
 
void DMA3_IRQHandler (void)
 EDMA IRQ handler with the same name in the startup code. More...
 
void DMA4_IRQHandler (void)
 EDMA IRQ handler with the same name in the startup code. More...
 
void DMA5_IRQHandler (void)
 EDMA IRQ handler with the same name in the startup code. More...
 
void DMA6_IRQHandler (void)
 EDMA IRQ handler with the same name in the startup code. More...
 
void DMA7_IRQHandler (void)
 EDMA IRQ handler with the same name in the startup code. More...
 
void DMA8_IRQHandler (void)
 EDMA IRQ handler with the same name in the startup code. More...
 
void DMA9_IRQHandler (void)
 EDMA IRQ handler with the same name in the startup code. More...
 
void DMA10_IRQHandler (void)
 EDMA IRQ handler with the same name in the startup code. More...
 
void DMA11_IRQHandler (void)
 EDMA IRQ handler with the same name in the startup code. More...
 
void DMA12_IRQHandler (void)
 EDMA IRQ handler with the same name in the startup code. More...
 
void DMA13_IRQHandler (void)
 EDMA IRQ handler with the same name in the startup code. More...
 
void DMA14_IRQHandler (void)
 EDMA IRQ handler with the same name in the startup code. More...
 
void DMA15_IRQHandler (void)
 EDMA IRQ handler with the same name in the startup code. More...
 
void DMA_Error_IRQHandler (void)
 EDMA ERROR IRQ handler with the same name in the startup code. More...
 

Function Documentation

void DMA0_IRQHandler ( void  )

EDMA IRQ handler with the same name in the startup code.

Definition at line 92 of file edma_irq.c.

void DMA10_IRQHandler ( void  )

EDMA IRQ handler with the same name in the startup code.

Definition at line 152 of file edma_irq.c.

void DMA11_IRQHandler ( void  )

EDMA IRQ handler with the same name in the startup code.

Definition at line 158 of file edma_irq.c.

void DMA12_IRQHandler ( void  )

EDMA IRQ handler with the same name in the startup code.

Definition at line 164 of file edma_irq.c.

void DMA13_IRQHandler ( void  )

EDMA IRQ handler with the same name in the startup code.

Definition at line 170 of file edma_irq.c.

void DMA14_IRQHandler ( void  )

EDMA IRQ handler with the same name in the startup code.

Definition at line 176 of file edma_irq.c.

void DMA15_IRQHandler ( void  )

EDMA IRQ handler with the same name in the startup code.

Definition at line 182 of file edma_irq.c.

void DMA1_IRQHandler ( void  )

EDMA IRQ handler with the same name in the startup code.

Definition at line 98 of file edma_irq.c.

void DMA2_IRQHandler ( void  )

EDMA IRQ handler with the same name in the startup code.

Definition at line 104 of file edma_irq.c.

void DMA3_IRQHandler ( void  )

EDMA IRQ handler with the same name in the startup code.

Definition at line 110 of file edma_irq.c.

void DMA4_IRQHandler ( void  )

EDMA IRQ handler with the same name in the startup code.

Definition at line 116 of file edma_irq.c.

void DMA5_IRQHandler ( void  )

EDMA IRQ handler with the same name in the startup code.

Definition at line 122 of file edma_irq.c.

void DMA6_IRQHandler ( void  )

EDMA IRQ handler with the same name in the startup code.

Definition at line 128 of file edma_irq.c.

void DMA7_IRQHandler ( void  )

EDMA IRQ handler with the same name in the startup code.

Definition at line 134 of file edma_irq.c.

void DMA8_IRQHandler ( void  )

EDMA IRQ handler with the same name in the startup code.

Definition at line 140 of file edma_irq.c.

void DMA9_IRQHandler ( void  )

EDMA IRQ handler with the same name in the startup code.

Definition at line 146 of file edma_irq.c.

void DMA_Error_IRQHandler ( void  )

EDMA ERROR IRQ handler with the same name in the startup code.

Definition at line 190 of file edma_irq.c.

void EDMA_DRV_ErrorIRQHandler ( void  )

Definition at line 448 of file edma_driver.c.

void EDMA_DRV_IRQHandler ( uint8_t  channel)

Definition at line 428 of file edma_driver.c.