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 #include "txz_driver_def.h"
19 #include "txz_hal.h"
20 #include "txz_cg.h"
21 #include "txz_gpio.h"
22 #include "txz_t32a.h"
23 #include "txz_uart.h"
24 #ifdef HDMA_MEM_TRANSFER_USE
25  #include "txz_hdma.h"
26 #endif
27 #ifdef HDMA_TSPI_TRANSFER_USE
28  #include "txz_hdma.h"
29  #include "txz_tspi.h"
30 #endif
31 #ifdef UART_MDMA_TRANSFER_USE
32  #include "txz_uart_mdma.h"
33  #include "txz_mdma.h"
34 #endif
35 #ifdef FUART_TRANSFER_USE
36  #include "txz_fuart.h"
37 #endif
38 #ifdef FUART_MDMA_TRANSFER_USE
39  #include "txz_fuart_mdma.h"
40  #include "txz_mdma.h"
41 #endif
42 #ifdef CEC_USE
43  #include "txz_cec.h"
44 #endif
45 #endif /* __TXZ_SAMPLE_DEF_H */
This file provides all the functions prototypes for FUART driver.
This file provides all the functions prototypes for driver common part.
This file provides all the functions prototypes for GPIO driver.
This file provides all the functions prototypes for HDMA driver.
This file provides all the functions prototypes for TSPI driver.
This file provides all the functions prototypes for CG driver.
This file provides all the functions prototypes for UART driver.
This file provides all the functions prototypes for UART driver.
All common macro and definition for TXZ peripheral drivers.
This file provides all the functions prototypes for MDMA driver.
This file provides all the functions prototypes for FUART driver.
This file provides all the functions prototypes for T32A driver.
This file provides all the functions prototypes for UART driver.