TMPM4G9  V1.0.0.0
ISD Private Define

Modules

 Parameter Check Result
 Whether the parameter is specified or not.
 
 IHOSC Configuration
 IHOSC Configuration.
 
 SIWDxEN Register
 WD Enable Register.
 
 SIWDxCR Register
 WD Control Register.
 
 CGOSCCR Register
 CG Control Register.
 
 CGSTBYCR Register
 Standby Control Register.
 
 CGPLL0SEL Register
 fsys PLL Select Register.
 
 CGWUPHCR Register
 HOSC warming up Register.
 
 CGWUPLCR Register
 LOSC warming up Register.
 
 RLMRSTFLG0 Register
 Reset Flag Register 0.
 
 RLMRSTFLG1 Register
 Reset Flag Register 1.
 
 RLMSHTDNOP Register
 Shut Down Control Register.
 
 FCSR0 Register
 Flash Status Register 0.
 

Macros

#define ISD_DISABLE   0x00;
 
#define ISD_ENABLE   0x01;
 
#define ISD_STOP   0x00;
 
#define ISD_START   0x01;
 
#define ISD_INT_DISABLE   0x00;
 
#define ISD_INT_ENABLE   0x01;
 
#define COUNTMAX   (10)
 
#define MAIN_NULL   ((void *)0)
 

Detailed Description

Macro Definition Documentation

§ COUNTMAX

#define COUNTMAX   (10)

retry counter max value1

§ ISD_DISABLE

#define ISD_DISABLE   0x00;

ISD disable

§ ISD_ENABLE

#define ISD_ENABLE   0x01;

ISD enable

§ ISD_INT_DISABLE

#define ISD_INT_DISABLE   0x00;

ISD interrupt disable

§ ISD_INT_ENABLE

#define ISD_INT_ENABLE   0x01;

ISD interrupt enable

§ ISD_START

#define ISD_START   0x01;

ISD start

§ ISD_STOP

#define ISD_STOP   0x00;

ISD stop

§ MAIN_NULL

#define MAIN_NULL   ((void *)0)

NULL.