R_RTC_Get_BinaryAlarmValue
|
Reads the alarm conditions (weekday, hour, minute).(in the case of the binary mode setting)
[Syntax]
#include "r_cg_macrodriver.h"
#include "r_cg_rtc.h"
void R_RTC_Get_BinaryAlarmValue ( uint32_t * const alarm_enable, uint32_t * const
alarm_val );
|
[Argument(s)]
|
|
|
|
uint32_t * const alarm_enable
|
Pointer to structure in which to store the alarm enable value being read
|
|
uint32_t * const alarm_val
|
Pointer to structure in which to store the conditions being read
|
[Return value]
None.