Starts the alarm interrupt function.(in the case of the calendar mode setting)
[Syntax]
#include r_cg_macrodriver.h
#include r_cg_rtc.h
void R_RTC_Set_CalendarAlarmOn ( uint8_t enb_set );
[Argument(s)]
I/O |
Argument |
Description |
I |
uint8_t enb_set; |
Alarm enable |
Remark Below is shown the structure enb_set.
[Return value]
None.