FreeRTOS: Common I/O
AWS IoT Common I/O library
Return to main page ↑
IotRtcDatetime_t Struct Reference

RTC date and time format info. More...

#include <iot_rtc.h>

Data Fields

uint8_t ucSecond
 
uint8_t ucMinute
 
uint8_t ucHour
 
uint8_t ucDay
 
uint8_t ucMonth
 
uint16_t usYear
 
uint8_t ucWday
 

Detailed Description

RTC date and time format info.

Field Documentation

◆ ucSecond

uint8_t IotRtcDatetime_t::ucSecond

Seconds - range from 0 to 59.

◆ ucMinute

uint8_t IotRtcDatetime_t::ucMinute

minutes - range from 0 to 59.

◆ ucHour

uint8_t IotRtcDatetime_t::ucHour

hours - range from 0 to 23.

◆ ucDay

uint8_t IotRtcDatetime_t::ucDay

date of month - range from 1 to 31 (depending on month).

◆ ucMonth

uint8_t IotRtcDatetime_t::ucMonth

months since January - range from 0 to 11.

◆ usYear

uint16_t IotRtcDatetime_t::usYear

years since 1900

◆ ucWday

uint8_t IotRtcDatetime_t::ucWday

Week day from Sunday - range from 0 to 6


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