A31R71x F/W Packages  1.5.0
ABOV Cortex-M0+ Core based MCUs Integrated Driver
A31R71x_hal_wtidky.h
Go to the documentation of this file.
1 /***************************************************************************//****************************************************************************/
34 
35 #ifndef _WTIDKY_H_
36 #define _WTIDKY_H_
37 
38 #include "A31R71x.h"
39 #include "A31R71x_hal_aa_types.h"
40 
41 #ifdef __cplusplus
42 extern "C" {
43 #endif
44 
45 //******************************************************************************
46 // Constant
47 //******************************************************************************
48 
49 // Write ID Key Definition
50 #define SCU_SCCRWTIDKY 0x570AuL // 0 SCUCG_SCCR_WTIDKY_Value
51 #define SCU_CLKSRCRWTIDKY 0xA507uL // 1 SCUCG_CLKSRCR_WTIDKY_Value
52 #define XTFWTIDKY 0x9B37uL // 2 SCUCG_XTFLSR_WTIDKY_Value
53 #define HIRCWTIDKY 0xA6B5uL // 3 SCUCC_HIRCTRM_WTIDKY_Value
54 #define WDTRCWTIDKY 0x4C3DuL // 4 SCUCC_WDTRCTRM_WTIDKY_Value
55 #define REMWTIDKY 0xE2F1uL // 5 SCUCC_PMREMAP_WTIDKY_Value
56 #define WDTWTIDKY 0x5A69uL // 6 WDT_CR_WTIDKY_Value
57 #define T30OUTWTIDKY 0xE06CuL // 7
58 #define FMC_BCRWTIDKY 0xC1BEuL // 8 FMC_BCR_WTIDKY_Value
59 #define FMC_CRWTIDKY 0x6C93uL // 9 FMC_CR_WTIDKY_Value
60 #define SWRSTWTIDKY 0x9EB3uL // 10 SCUCC_SWRSTR_WTIDKY_Value
61 #define VECTWTIDKY 0x05FAuL // 11
62 
63 #ifdef __cplusplus
64 }
65 #endif
66 
67 #endif /* _WTIDKY_H_ */
68 
Contains the ABOV typedefs for C standard types. It is intended to be used in ISO C conforming develo...