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