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