XMC Peripheral Library for XMC4000 Family
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

◆ days

uint32_t days

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

◆ hours

uint32_t hours

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

◆ minutes

uint32_t minutes

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

◆ month

uint32_t month

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

◆ seconds

uint32_t seconds

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

◆ year

uint32_t year

Alarm year compare value


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