Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
Generated on Tue Jul 12 2022 15:37:38 by
