SmartSnippets DA1459x SDK
Data Fields

Calendar configuration for RTC. More...

#include <hw_rtc.h>

Data Fields

uint16_t year
 
uint8_t month
 
uint8_t mday
 
uint8_t wday
 

Detailed Description

Calendar configuration for RTC.

Field Documentation

◆ mday

uint8_t hw_rtc_calendar_t::mday

Day of month from 1 to 28, 29, 30 or 31 (as a function of month and year)

◆ month

uint8_t hw_rtc_calendar_t::month

Month from 1 to 12

◆ wday

uint8_t hw_rtc_calendar_t::wday

Day of week from 1 to 7 (mapping is programmable)

◆ year

uint16_t hw_rtc_calendar_t::year

Year from 1900 to 2999


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