Everything

R_RTC_Set_BinaryAlarmValue

アラームの発生条件を設定します。(バイナリモード設定時)

 

[指定形式]

#include  “r_cg_macrodriver.h”

#include  “r_cg_rtc.h”

void       R_RTC_Set_BinaryAlarmValue ( uint32_t alarm_enable, uint32_t alarm_val );

 

[引数]

I/O

引数

説明

I

uint32_t alarm_enable;

アラームイネーブル
(バイナリカウンタアラーム許可レジスタへ値を設定します)

I

uint32_t alarm_val;

アラームの発生条件(カウント値)

(バイナリカウンタアラームレジスタへ値を設定します)

 

 

 [戻り値]

なし