Contiki 2.6
|
DMA driver ISRs. More...
#include <stdio.h>
#include "contiki.h"
#include "dev/dma.h"
#include "cc2430_sfr.h"
Go to the source code of this file.
Functions | |
void | dma_ISR (void) |
DMA interrupt service routine. |
void dma_ISR | ( | void | ) |
DMA interrupt service routine.
if callback defined a poll is made to that process
Definition at line 36 of file dma_intr.c.
References process_poll().