SmartSnippets DA1459x SDK
bsp_device_definitions.h
Go to the documentation of this file.
1 
43 #ifndef BSP_DEVICE_DEFINITIONS_H_
44 #define BSP_DEVICE_DEFINITIONS_H_
45 
46 
47 #include "bsp_device_definitions_internal.h"
48 
49 /*
50  * Available public macros characterizing each product supported by SDK10.
51  * The variable dg_configDEVICE *MUST* take one of the following values
52  * i.e. dg_configDEVICE=DA14680_01
53  * The variable *MUST* be visible to both the compiler and the assembler.
54  */
55 
56 #define DA14680_01 (DA14680 | _DEVICE_MK_CHIP_ID(680) | _DEVICE_MK_VER(A, DONT_CARE, E))
57 #define DA14681_01 (DA14681 | _DEVICE_MK_CHIP_ID(680) | _DEVICE_MK_VER(A, DONT_CARE, E))
58 #define DA14682_00 (DA14682 | _DEVICE_MK_CHIP_ID(680) | _DEVICE_MK_VER(B, DONT_CARE, B))
59 #define DA14683_00 (DA14683 | _DEVICE_MK_CHIP_ID(680) | _DEVICE_MK_VER(B, DONT_CARE, B))
60 
61 #define DA14691_00 DA14691_2522_00
62 #define DA14693_00 DA14693_2522_00
63 #define DA14695_00 DA14695_2522_00
64 #define DA14697_00 DA14697_2522_00
65 #define DA14699_00 DA14699_2522_00
66 
67 #define DA14592_00 DA14592_2634_00
68 
69 #define DA14701_00 DA14701_2798_00
70 #define DA14705_00 DA14705_2798_00
71 #define DA14706_00 DA14706_2798_00
72 #define DA14708_00 DA14708_2798_00
73 
74 
75 #endif /* BSP_DEVICE_DEFINITIONS_H_ */
76