Sets the counter value of the real-time clock.(in the case of the binary mode setting)
[Syntax]
#include “r_cg_macrodriver.h”
#include “r_cg_rtc.h”
MD_STATUS R_RTC_Set_BinaryCounterValue ( uint32_t counter_write_val );
[Argument(s)]
I/O |
Argument |
Description |
I |
uint32_t counter_write_val; |
Counter value |
[Return value]
Macro |
Description |
MD_OK |
Normal completion |
MD_BUSY1 |
Executing count process (before change to setting) |
Remark If MD_BUSY1 is returned, it may be because the counter operation start wait time is too short, so make the value of the RTC_WAITTIME macro defined in the header file "r_cg_rtc.h" larger.