Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
RTCDateAndTime Struct Reference

Interface Structure for RTC Date and Time. More...

#include <baremetal/cascoda-bm-driver/include/cascoda-bm/cascoda_interface.h>

Public Attributes

u32_t year
 Year (i.e. More...
 
u32_t month
 Month (1-12) More...
 
u32_t day
 Day (1-31) More...
 
u32_t hour
 Hour (0-23) More...
 
u32_t min
 Minutes (0-59) More...
 
u32_t sec
 Seconds (0-59) More...
 

Detailed Description

Interface Structure for RTC Date and Time.

Member Data Documentation

◆ day

u32_t RTCDateAndTime::day

Day (1-31)

◆ hour

u32_t RTCDateAndTime::hour

Hour (0-23)

◆ min

u32_t RTCDateAndTime::min

Minutes (0-59)

◆ month

u32_t RTCDateAndTime::month

Month (1-12)

◆ sec

u32_t RTCDateAndTime::sec

Seconds (0-59)

◆ year

u32_t RTCDateAndTime::year

Year (i.e.

2019)


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