Arrow / Mbed OS DAPLink Reset
Embed: (wiki syntax)

« Back to documentation index

S_RTC_TIME_DATA_T Struct Reference

S_RTC_TIME_DATA_T Struct Reference
[RTC Exported Structs]

#include <m480_rtc.h>

Data Fields

uint32_t u32Year
uint32_t u32Month
uint32_t u32Day
uint32_t u32DayOfWeek
uint32_t u32Hour
uint32_t u32Minute
uint32_t u32Second
uint32_t u32TimeScale
uint32_t u32AmPm

Detailed Description

RTC define Time Data Struct

Definition at line 136 of file m480_rtc.h.


Field Documentation

uint32_t u32AmPm

Only Time Scale select 12-hr used

Definition at line 145 of file m480_rtc.h.

uint32_t u32Day

Day value

Definition at line 139 of file m480_rtc.h.

uint32_t u32DayOfWeek

Day of week value

Definition at line 140 of file m480_rtc.h.

uint32_t u32Hour

Hour value

Definition at line 141 of file m480_rtc.h.

uint32_t u32Minute

Minute value

Definition at line 142 of file m480_rtc.h.

uint32_t u32Month

Month value

Definition at line 138 of file m480_rtc.h.

uint32_t u32Second

Second value

Definition at line 143 of file m480_rtc.h.

uint32_t u32TimeScale

12-Hour, 24-Hour

Definition at line 144 of file m480_rtc.h.

uint32_t u32Year

Year value

Definition at line 137 of file m480_rtc.h.