![]() |
![]() |
|
MSPM0C1105_C1106 Driver Library
2.05.01.00
|
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 |
Alarm struct to use in DL_RTC_Common_setCalendarAlarm.
| 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.
| 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.
| 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.
| 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.