XMC Peripheral Library for XMC4000 Family: XMC_RTC_ALARM_t Struct Reference

XMC Peripheral Library for XMC4000 Family

XMC Peripheral Library for XMC4000 Family  2.1.16
XMC_RTC_ALARM_t Struct Reference

#include <xmc_rtc.h>

Detailed Description

Alarm time values of RTC

The structure presents a convenient way to set/obtain the alarm time values for seconds, minutes, hours, days, month and year of RTC. The XMC_RTC_SetAlarm() and XMC_RTC_GetAlarm() can be used to populate the structure with the alarm time value of RTC

Field Documentation

uint32_t days

Alarm days compare value (0-Actual days of month: Above this causes this bitfield to be set with 0)

uint32_t hours

Alarm hours compare value (0-23: Above this causes this bitfield to be set with 0)

uint32_t minutes

Alarm minutes compare value (0-59: Above this causes this bitfield to be set with 0)

uint32_t month

Alarm month compare value (0-11: Above this causes this bitfield to be set with 0)

uint32_t seconds

Alarm seconds compare value (0-59: Above this causes this bitfield to be set with 0)

uint32_t year

Alarm year compare value


The documentation for this struct was generated from the following file:
Generated on Mon Aug 7 2017 11:33:58 for XMC Peripheral Library for XMC4000 Family by   doxygen 1.8.11