usart_spi.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 USART_SPI_H_INCLUDED
37 #define USART_SPI_H_INCLUDED
38 
39 #include <parts.h>
40 
41 #if XMEGA
42 # include "xmega_usart_spi/usart_spi.h"
43 #elif MEGA_RF
44 # include "megarf_usart_spi/usart_spi.h"
45 #elif UC3
46 # include "uc3_usart_spi/usart_spi.h"
47 #elif SAM
48 # include "sam_usart_spi/usart_spi.h"
49 #else
50 # error Unsupported chip type
51 #endif
52 
92 
94 #endif /* USART_SPI_H_INCLUDED */
Atmel part identification macros.
SAM USART in SPI mode driver functions.


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