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 #define TRMOSC_SAMPLE
19 #define TRMOSC_LOSC
20 
21 #include "txz_driver_def.h"
22 #include "txz_gpio.h"
23 #include "txz_t32a.h"
24 #include "txz_uart.h"
25 #include "trm.h"
26 #include "txz_cg.h"
27 
28 
29  #ifdef TRMOSC_LOSC
30  #define BSP_T32A_REFIN TSB_T32A8
31  #define BSP_T32A_REFIN_RUNA_SFTSTAA TSB_T32A8_RUNA_SFTSTAA
32  #define BSP_T32A_REFIN_RUNB_SFTSTPB TSB_T32A8_RUNB_SFTSTPB
33  #else
34  #define BSP_T32A_REFIN TSB_T32A2
35  #define BSP_T32A_REFIN_RUNA_SFTSTPA TSB_T32A2_RUNA_SFTSTPA
36  #endif
37  #define BSP_T32A_SOUT TSB_T32A0
38  #define BSP_T32A_SOUT_RUNA_SFTSTAA TSB_T32A0_RUNA_SFTSTAA
39 
40 #endif /* __TXZ_SAMPLE_DEF_H */
This file provides all the functions prototypes for GPIO driver.
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 TRM.
This file provides all the functions prototypes for T32A driver.
This file provides all the functions prototypes for UART driver.