Nano102_112 Series BSP  V3.03.002
The Board Support Package for Nano102_112 Series
Data Fields
S_RTC_TIME_DATA_T Struct Reference

RTC define Time Data Struct. More...

#include <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 81 of file rtc.h.

Field Documentation

◆ u32AmPm

uint32_t S_RTC_TIME_DATA_T::u32AmPm

Only Time Scale select 12-hr used

Definition at line 90 of file rtc.h.

◆ u32Day

uint32_t S_RTC_TIME_DATA_T::u32Day

Day value

Definition at line 84 of file rtc.h.

◆ u32DayOfWeek

uint32_t S_RTC_TIME_DATA_T::u32DayOfWeek

Day of week value

Definition at line 85 of file rtc.h.

◆ u32Hour

uint32_t S_RTC_TIME_DATA_T::u32Hour

Hour value

Definition at line 86 of file rtc.h.

◆ u32Minute

uint32_t S_RTC_TIME_DATA_T::u32Minute

Minute value

Definition at line 87 of file rtc.h.

◆ u32Month

uint32_t S_RTC_TIME_DATA_T::u32Month

Month value

Definition at line 83 of file rtc.h.

◆ u32Second

uint32_t S_RTC_TIME_DATA_T::u32Second

Second value

Definition at line 88 of file rtc.h.

◆ u32TimeScale

uint32_t S_RTC_TIME_DATA_T::u32TimeScale

12-Hour, 24-Hour

Definition at line 89 of file rtc.h.

◆ u32Year

uint32_t S_RTC_TIME_DATA_T::u32Year

Year value

Definition at line 82 of file rtc.h.


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