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_adc.h"
24 #include "txz_adc_ch.h"
25 #include "txz_uart.h"
26 #include "txz_uart_ex.h"
27 #ifdef HDMA_MEM_TRANSFER_USE
28  #include "txz_hdma.h"
29 #endif
30 #ifdef HDMA_TSPI_TRANSFER_USE
31  #include "txz_hdma.h"
32  #include "txz_tspi.h"
33 #endif
34 #ifdef UART_MDMA_TRANSFER_USE
35  #include "txz_uart_mdma.h"
36  #include "txz_mdma.h"
37 #endif
38 #ifdef FUART_TRANSFER_USE
39  #include "txz_fuart.h"
40 #endif
41 #ifdef FUART_MDMA_TRANSFER_USE
42  #include "txz_fuart_mdma.h"
43  #include "txz_mdma.h"
44 #endif
45 #ifdef CEC_USE
46  #include "txz_cec.h"
47 #endif
48 #ifdef SMIF_USE
49  #include "txz_smif.h"
50 #endif
51 #endif /* __TXZ_SAMPLE_DEF_H */
This file provides all the functions prototypes for ADC driver. Channel Class.
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 UART driver.
This file provides all the functions prototypes for HDMA driver.
This file provides all the functions prototypes for SMIF Class.
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 ADC 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.