spi_master.h
Go to the documentation of this file.
1 
33 /*
34  * Support and FAQ: visit <a href="https://www.microchip.com/support/">Microchip Support</a>
35  */
36 #ifndef SPI_MASTER_H_INCLUDED
37 #define SPI_MASTER_H_INCLUDED
38 
39 #include <parts.h>
40 
41 #if XMEGA
42 # include "xmega_spi/spi_master.h"
43 #elif MEGA_RF
44 # include "megarf_spi/spi_master.h"
45 #elif UC3
46 # include "uc3_spi/spi_master.h"
47 #elif SAM
48 # include "sam_spi/spi_master.h"
49 #else
50 # error Unsupported chip type
51 #endif
52 
93 
263 #endif /* SPI_MASTER_H_INCLUDED */
Atmel part identification macros.
SPI master common service for SAM.


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:17:58