MSP430 DriverLib for MSP430FR5xx_6xx Devices  2.21.00.08
 All Data Structures Functions Variables Modules Pages
RTC_C_configureCalendarAlarmParam Struct Reference

Used in the RTC_C_configureCalendarAlarm() function as the param parameter. More...

#include <rtc_c.h>

Data Fields

uint8_t minutesAlarm
 
uint8_t hoursAlarm
 
uint8_t dayOfWeekAlarm
 
uint8_t dayOfMonthAlarm
 

Detailed Description

Used in the RTC_C_configureCalendarAlarm() function as the param parameter.

Field Documentation

uint8_t RTC_C_configureCalendarAlarmParam::dayOfMonthAlarm

Is the alarm condition for the day of the month.
Valid values are:

  • RTC_C_ALARMCONDITION_OFF [Default]

Referenced by RTC_C_configureCalendarAlarm().

uint8_t RTC_C_configureCalendarAlarmParam::dayOfWeekAlarm

Is the alarm condition for the day of week.
Valid values are:

  • RTC_C_ALARMCONDITION_OFF [Default]

Referenced by RTC_C_configureCalendarAlarm().

uint8_t RTC_C_configureCalendarAlarmParam::hoursAlarm

Is the alarm condition for the hours.
Valid values are:

  • RTC_C_ALARMCONDITION_OFF [Default]

Referenced by RTC_C_configureCalendarAlarm().

uint8_t RTC_C_configureCalendarAlarmParam::minutesAlarm

Is the alarm condition for the minutes.
Valid values are:

  • RTC_C_ALARMCONDITION_OFF [Default]

Referenced by RTC_C_configureCalendarAlarm().


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

Copyright 2015, Texas Instruments Incorporated