TMPM4G9  V1.0.0.0
TMPM4Gx.h
Go to the documentation of this file.
1 
14 #ifndef __TMPM4Gx_H__
15 #define __TMPM4Gx_H__
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
29 #if !defined(TMPM4G9) && !defined(TMPM4G8) && !defined(TMPM4G7) && \
30  !defined(TMPM4G6)
31 
35  #define TMPM4G9
36 /* #define TMPM4G8 */
37 /* #define TMPM4G7 */
38 /* #define TMPM4G6 */
39 #endif
40 
45 #if defined(TMPM4G9)
46  #include "TMPM4G9.h"
47 #elif defined(TMPM4G8)
48  #include "TMPM4G8.h"
49 #elif defined(TMPM4G7)
50  #include "TMPM4G7.h"
51 #elif defined(TMPM4G6)
52  #include "TMPM4G6.h"
53 #else
54  #error "target device is non-select."
55 #endif
56  /* End of group Device_Included */
60 
61 #ifdef __cplusplus
62 }
63 #endif
64 
65 #endif /* __TMPM4Gx_H__ */
66  /* End of group TMPM4Gx */
70  /* End of group TOSHIBA_TXZ_MICROCONTROLLER */
CMSIS Cortex-M4 Core Peripheral Access Layer Header File for the TOSHIBA 'TMPM4G6' Device Series...
CMSIS Cortex-M4 Core Peripheral Access Layer Header File for the TOSHIBA 'TMPM4G8' Device Series...
CMSIS Cortex-M4 Core Peripheral Access Layer Header File for the TOSHIBA 'TMPM4G9' Device Series...
CMSIS Cortex-M4 Core Peripheral Access Layer Header File for the TOSHIBA 'TMPM4G7' Device Series...