/*! @brief Dma channel 3 ISR */
void DMA3_DMA19_IRQHandler(void){
   EDMA_DRV_IRQHandler(3U);
}
Beispiel #2
0
/*! @brief EDMA IRQ handler with the same name in the startup code*/
void DMA2_IRQHandler(void)
{
    EDMA_DRV_IRQHandler(2);
}
Beispiel #3
0
/*! @brief EDMA IRQ handler with the same name in the startup code*/
void DMA4_IRQHandler(void)
{
    EDMA_DRV_IRQHandler(4);
}
Beispiel #4
0
/*! @brief EDMA IRQ handler with the same name in the startup code*/
void DMA14_DMA30_IRQHandler(void)
{
    EDMA_DRV_IRQHandler(14);
}
Beispiel #5
0
/*! @brief EDMA IRQ handler with the same name in the startup code*/
void DMA0_IRQHandler(void)
{
    EDMA_DRV_IRQHandler(0);
}
Beispiel #6
0
/*! @brief EDMA IRQ handler with the same name in the startup code*/
void DMA10_DMA26_IRQHandler(void)
{
    EDMA_DRV_IRQHandler(10);
}
Beispiel #7
0
/*! @brief EDMA IRQ handler with the same name in the startup code*/
void DMA12_DMA28_IRQHandler(void)
{
    EDMA_DRV_IRQHandler(12);
}
Beispiel #8
0
/*! @brief Dma channel 12 ISR */
void DMA12_IRQHandler(void){
   EDMA_DRV_IRQHandler(12U);
}
Beispiel #9
0
/*! @brief Dma channel 13 ISR */
void DMA13_IRQHandler(void){
   EDMA_DRV_IRQHandler(13U);
}
Beispiel #10
0
/*! @brief Dma channel 10 ISR */
void DMA10_IRQHandler(void){
   EDMA_DRV_IRQHandler(10U);
}
Beispiel #11
0
/*! @brief Dma channel 11 ISR */
void DMA11_IRQHandler(void){
   EDMA_DRV_IRQHandler(11U);
}
Beispiel #12
0
/*! @brief Dma channel 9 ISR */
void DMA9_IRQHandler(void){
   EDMA_DRV_IRQHandler(9U);
}
/*! @brief Dma channel 5 ISR */
void DMA5_DMA21_IRQHandler(void){
   EDMA_DRV_IRQHandler(5U);
}
/*! @brief Dma channel 4 ISR */
void DMA4_DMA20_IRQHandler(void){
   EDMA_DRV_IRQHandler(4U);
}
Beispiel #15
0
/*! @brief EDMA IRQ handler with the same name in the startup code*/
void DMA8_DMA24_IRQHandler(void)
{
    EDMA_DRV_IRQHandler(8);
}
Beispiel #16
0
/*! @brief Dma channel 14 ISR */
void DMA14_IRQHandler(void){
   EDMA_DRV_IRQHandler(14U);
}
Beispiel #17
0
/*! @brief EDMA IRQ handler with the same name in the startup code*/
void DMA9_DMA25_IRQHandler(void)
{
    EDMA_DRV_IRQHandler(9);
}
Beispiel #18
0
/*! @brief Dma channel 15 ISR */
void DMA15_IRQHandler(void){
   EDMA_DRV_IRQHandler(15U);
}
Beispiel #19
0
/*! @brief EDMA IRQ handler with the same name in the startup code*/
void DMA11_DMA27_IRQHandler(void)
{
    EDMA_DRV_IRQHandler(11);
}
Beispiel #20
0
/*! @brief Dma channel 6 ISR */
void DMA6_IRQHandler(void){
   EDMA_DRV_IRQHandler(6U);
}
Beispiel #21
0
/*! @brief EDMA IRQ handler with the same name in the startup code*/
void DMA13_DMA29_IRQHandler(void)
{
    EDMA_DRV_IRQHandler(13);
}
Beispiel #22
0
/*! @brief Dma channel 7 ISR */
void DMA7_IRQHandler(void){
   EDMA_DRV_IRQHandler(7U);
}
Beispiel #23
0
/*! @brief EDMA IRQ handler with the same name in the startup code*/
void DMA15_DMA31_IRQHandler(void)
{
    EDMA_DRV_IRQHandler(15);
}
Beispiel #24
0
/*! @brief Dma channel 8 ISR */
void DMA8_IRQHandler(void){
   EDMA_DRV_IRQHandler(8U);
}
Beispiel #25
0
/*! @brief EDMA IRQ handler with the same name in the startup code*/
void DMA1_IRQHandler(void)
{
    EDMA_DRV_IRQHandler(1);
}
Beispiel #26
0
/*! @brief EDMA IRQ handler with the same name in the startup code*/
void DMA6_DMA22_IRQHandler(void)
{
    EDMA_DRV_IRQHandler(6);
}
Beispiel #27
0
/*! @brief EDMA IRQ handler with the same name in the startup code*/
void DMA3_IRQHandler(void)
{
    EDMA_DRV_IRQHandler(3);
}
Beispiel #28
0
/*! @brief EDMA IRQ handler with the same name in the startup code*/
void DMA7_DMA23_IRQHandler(void)
{
    EDMA_DRV_IRQHandler(7);
}
Beispiel #29
0
/*! @brief EDMA IRQ handler with the same name in the startup code*/
void DMA5_IRQHandler(void)
{
    EDMA_DRV_IRQHandler(5);
}
/*! @brief Dma channel 2 ISR */
void DMA2_DMA18_IRQHandler(void){
   EDMA_DRV_IRQHandler(2U);
}