TMPM4G9  V1.0.0.0
txz_sample_def.h
Go to the documentation of this file.
1 
14 /* Define to prevent recursive inclusion -------------------------------------*/
15 #ifndef __TXZ_SAMPLE_DEF_H
16 #define __TXZ_SAMPLE_DEF_H
17 
18 #if 0
19 // bool definition in EWARM C (not C++) build
20 // this is from arm\inc\stdbool.h
21 #ifndef __cplusplus
22 
23 //#define bool _Bool
24 typedef _Bool bool;
25 #define true 1
26 #define false 0
27 
28 #endif /* !__cplusplus */
29 #endif
30 
31 
32 #include "TMPM4Gx.h"
33 #include "txz_driver_def.h"
34 #include "txz_hal.h"
35 #include "txz_cg.h"
36 #include "txz_uart.h"
37 #include "txz_gpio.h"
38 //#include "txz_uart_dma.h"
39 //#include "txz_dma.h"
40 #include "txz_t32a.h"
41 
42 #endif /* __TXZ_SAMPLE_DEF_H */
This file provides all the functions prototypes for driver common part.
This file provides all the functions prototypes for GPIO driver.
CMSIS Cortex-M4 Core Peripheral Access Layer Header File for the TOSHIBA 'TMPM4Gx' Group...
_Bool bool
Definition: txz_safety_def.h:48
This file provides all the functions prototypes for CG driver.
All common macro and definition for TXZ peripheral drivers.
This file provides all the functions prototypes for T32A driver.
This file provides all the functions prototypes for UART driver.