MSPM0C1105_C1106 Driver Library  2.05.01.00
Data Fields
DL_RTC_Common_CalendarAlarm Struct Reference

Alarm struct to use in DL_RTC_Common_setCalendarAlarm. More...

#include <dl_rtc_common.h>

Data Fields

uint8_t minutes
 
uint8_t hours
 
uint8_t dayOfWeek
 
uint8_t dayOfMonth
 

Detailed Description

Alarm struct to use in DL_RTC_Common_setCalendarAlarm.

Note
All struct values must be in the same format (Binary OR BCD). RTC Common format is set during initialization.

Field Documentation

§ minutes

uint8_t DL_RTC_Common_CalendarAlarm::minutes

The minute to set the Alarm time to. Valid values are 0-59 in Binary format OR 0x0-0x59 in BCD format.

§ hours

uint8_t DL_RTC_Common_CalendarAlarm::hours

The hour to set the Alarm time to. Valid values are 0-23 in Binary format OR 0x0-0x23 in BCD format.

§ dayOfWeek

uint8_t DL_RTC_Common_CalendarAlarm::dayOfWeek

The day of the week to set the Alarm time to. Valid values are 0-6 in Binary format OR 0x0-0x6 in BCD format.

§ dayOfMonth

uint8_t DL_RTC_Common_CalendarAlarm::dayOfMonth

The day of the month to set the Alarm time to. Valid values are 1-31 in Binary format OR 0x1-0x31 in BCD format.


The documentation for this struct was generated from the following file:
© Copyright 1995-2025, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale