R_RTC_Get_AlarmValue

Reads the alarm conditions (weekday, hour, minute).

[Syntax]

#include r_cg_macrodriver.h

#include r_cg_rtc.h

void R_RTC_Get_AlarmValue ( rtc_alarm_value_t * const alarm_val );

[Argument(s)]

I/O

Argument

Description

O

rtc_alarm_value_t * const alarm_val;

Pointer to structure in which to store the conditions being read

Remark See R_RTC_Set_AlarmValue for details about rtc_alarm_value_t (alarm conditions).

[Return value]

None.