BeRTOS
hw_spi_dma.h
Go to the documentation of this file.
00001 
00039 #ifndef HW_SPI_DMA_H
00040 #define HW_SPI_DMA_H
00041 
00042 #define SPI_DMA_STROBE_INIT()  do {/*PIOA_PER = BV(13); PIOA_OER = BV(13);*/} while(0)
00043 
00044 #define SPI_DMA_STROBE_ON()  do {/*PIOA_CODR = BV(13);*/} while(0)
00045 #define SPI_DMA_STROBE_OFF() do {/*PIOA_SODR = BV(13);*/} while(0)
00046 
00047 #endif /* HW_SPI_DMA_H */