Everything

R_RTC_Get_CalenderAlarmValue

アラームの発生条件(年,月,曜日,日,時,分,秒)を読み出します。(カレンダモード設定時)

 

[指定形式]

#include  “r_cg_macrodriver.h”

#include  “r_cg_rtc.h”

void       R_RTC_Get_CalenderAlarmValue ( rtc_alarm_value_t * const alarm_val );

 

[引数]

I/O

引数

説明

I

rtc_alarm_value_t * const alarm_val;

読み出した発生条件を格納する構造体のポインタ

備考              アラーム発生条件 rtc_alarm_value_t についての詳細は、R_RTC_Set_AlarmValueを参照してください。

 

 [戻り値]

なし