WE310F5  39.00.000
M2MB_RTC_TIME_T Struct Reference

Structure to represent RTC time. More...

#include <m2mb_rtc_time.h>

Data Fields

UINT16 year
 
UINT16 month
 
UINT16 day
 
UINT16 hour
 
UINT16 minute
 
UINT16 second
 
UINT16 day_Of_Week
 
UINT16 day_Of_Year
 

Detailed Description

Structure to represent RTC time.

Structure for setting or getting the time to or from RTC module.

Definition at line 61 of file m2mb_rtc_time.h.

Field Documentation

◆ day

UINT16 day

Day of the month [1 through 31].

Definition at line 65 of file m2mb_rtc_time.h.

◆ day_Of_Week

UINT16 day_Of_Week

Day of the week [0 through 6] or [Monday through Sunday].

Definition at line 69 of file m2mb_rtc_time.h.

◆ day_Of_Year

UINT16 day_Of_Year

Definition at line 70 of file m2mb_rtc_time.h.

◆ hour

UINT16 hour

Hour of the day [0 through 23].

Definition at line 66 of file m2mb_rtc_time.h.

◆ minute

UINT16 minute

Minute of the hour [0 through 59].

Definition at line 67 of file m2mb_rtc_time.h.

◆ month

UINT16 month

Month of the year [1 through 12].

Definition at line 64 of file m2mb_rtc_time.h.

◆ second

UINT16 second

Second of the minute [0 through 59].

Definition at line 68 of file m2mb_rtc_time.h.

◆ year

UINT16 year

Year [1980 through 2100].

Definition at line 63 of file m2mb_rtc_time.h.


The documentation for this struct was generated from the following file: