rtc3 2.0.0.0
Configuration Bits

Macros

#define RTC3_ENABLE_COUNTING   0x7F
 
#define RTC3_DISABLE_COUNTING   0x80
 
#define RTC3_CONFIG1_INITIAL   0x80
 
#define RTC3_TCH2_OPEN   0x00
 
#define RTC3_TCH2_CLOSED   0x20
 
#define RTC3_TCFE_OPEN   0x00
 
#define RTC3_TCFE_CLOSED   0x20
 
#define RTC3_FTF_NORMAL_512_HZ   0x00
 
#define RTC3_FTF_1_HZ   0x01
 

Detailed Description

Macro Definition Documentation

◆ RTC3_CONFIG1_INITIAL

#define RTC3_CONFIG1_INITIAL   0x80

◆ RTC3_DISABLE_COUNTING

#define RTC3_DISABLE_COUNTING   0x80

◆ RTC3_ENABLE_COUNTING

#define RTC3_ENABLE_COUNTING   0x7F

◆ RTC3_FTF_1_HZ

#define RTC3_FTF_1_HZ   0x01

◆ RTC3_FTF_NORMAL_512_HZ

#define RTC3_FTF_NORMAL_512_HZ   0x00

◆ RTC3_TCFE_CLOSED

#define RTC3_TCFE_CLOSED   0x20

◆ RTC3_TCFE_OPEN

#define RTC3_TCFE_OPEN   0x00

◆ RTC3_TCH2_CLOSED

#define RTC3_TCH2_CLOSED   0x20

◆ RTC3_TCH2_OPEN

#define RTC3_TCH2_OPEN   0x00