Reads the alarm conditions (weekday, hour, minute).(in the case of the binary mode setting)
#include "r_cg_macrodriver.h" #include "r_cg_rtc.h" void R_RTC_Get_BinaryAlarmValue ( uint32_t * const alarm_enable, uint32_t * constalarm_val ); |
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 |