MSP430 DriverLib for MSP430F5xx_6xx Devices  2.10.00.09
 All Data Structures Functions Variables Modules Pages
Calendar Struct Reference

Used in the RTC_A_initCalendar() function as the CalendarTime parameter. More...

#include <rtc_a.h>

Data Fields

uint8_t Seconds
 Seconds of minute between 0-59.
 
uint8_t Minutes
 Minutes of hour between 0-59.
 
uint8_t Hours
 Hour of day between 0-23.
 
uint8_t DayOfWeek
 Day of week between 0-6.
 
uint8_t DayOfMonth
 Day of month between 1-31.
 
uint8_t Month
 Month between 0-11.
 
uint16_t Year
 Year between 0-4095.
 

Detailed Description

Used in the RTC_A_initCalendar() function as the CalendarTime parameter.

Used in the RTC_C_initCalendar() function as the CalendarTime parameter.

Used in the RTC_B_initCalendar() function as the CalendarTime parameter.


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

Copyright 2015, Texas Instruments Incorporated