CARME-M4 BSP  V1.5
_CARME_RTC_TIME_t Struct Reference

Structure to store a full date and time. More...

#include <rtc.h>

Data Fields

uint8_t sec
 
uint8_t min
 
uint8_t hour
 
uint8_t day
 
uint8_t month
 
uint8_t year
 
uint8_t wday
 

Detailed Description

Structure to store a full date and time.

Definition at line 93 of file rtc.h.

Field Documentation

uint8_t day

Day of Month: range 1-31

Definition at line 97 of file rtc.h.

uint8_t hour

Hours: range 0-23

Definition at line 96 of file rtc.h.

uint8_t min

Minutes: range 0-59

Definition at line 95 of file rtc.h.

uint8_t month

Month: range 1-12

Definition at line 98 of file rtc.h.

uint8_t sec

Seconds: range 0-59

Definition at line 94 of file rtc.h.

uint8_t wday

Day of the week: range 1-7

Definition at line 100 of file rtc.h.

uint8_t year

Year since 2000: range 0-99

Definition at line 99 of file rtc.h.


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