Sets the alarm conditions (year, month, weekday, day, hour, minute, second).(in the case of the calendar mode setting)
#include "r_cg_macrodriver.h" #include "r_cg_rtc.h" void R_RTC_Set_CalendarAlarmValue ( rtc_alarm_value_t alarm_val ); |
See R_RTC_Set_AlarmValue for details about rtc_alarm_value_t (alarm conditions). |