SAME54P20A Test Project
sam.h
Go to the documentation of this file.
1 
30 #ifndef _SAM_
31 #define _SAM_
32 
33 #if defined(__SAME54N19A__) || defined(__ATSAME54N19A__)
34  #include "same54n19a.h"
35 #elif defined(__SAME54N20A__) || defined(__ATSAME54N20A__)
36  #include "same54n20a.h"
37 #elif defined(__SAME54P19A__) || defined(__ATSAME54P19A__)
38  #include "same54p19a.h"
39 #elif defined(__SAME54P20A__) || defined(__ATSAME54P20A__)
40  #include "same54p20a.h"
41 #else
42  #error Library does not support the specified device
43 #endif
44 
45 #endif /* _SAM_ */
46