TMPM4G9  V1.0.0.0

Day of week. More...

Macros

#define RTC_DAY_SUNDAY   ((uint8_t)0x00)
 
#define RTC_DAY_MONDAY   ((uint8_t)0x01)
 
#define RTC_DAY_TUESDAY   ((uint8_t)0x02)
 
#define RTC_DAY_WEDNESDAY   ((uint8_t)0x03)
 
#define RTC_DAY_THURSDAY   ((uint8_t)0x04)
 
#define RTC_DAY_FRIDAY   ((uint8_t)0x05)
 
#define RTC_DAY_SATURDAY   ((uint8_t)0x06)
 

Detailed Description

Day of week.

Macro Definition Documentation

§ RTC_DAY_FRIDAY

#define RTC_DAY_FRIDAY   ((uint8_t)0x05)

Friday.

§ RTC_DAY_MONDAY

#define RTC_DAY_MONDAY   ((uint8_t)0x01)

Monday.

§ RTC_DAY_SATURDAY

#define RTC_DAY_SATURDAY   ((uint8_t)0x06)

Saturday.

§ RTC_DAY_SUNDAY

#define RTC_DAY_SUNDAY   ((uint8_t)0x00)

Sunday.

§ RTC_DAY_THURSDAY

#define RTC_DAY_THURSDAY   ((uint8_t)0x04)

Thursday.

§ RTC_DAY_TUESDAY

#define RTC_DAY_TUESDAY   ((uint8_t)0x02)

Tuesday.

§ RTC_DAY_WEDNESDAY

#define RTC_DAY_WEDNESDAY   ((uint8_t)0x03)

Wednesday.