Searched refs:rtc_debug (Results 1 – 2 of 2) sorted by relevance
| /bsp/efm32/ |
| A D | drv_rtc.c | 31 #define rtc_debug(format,args...) rt_kprintf(format, ##args) macro 33 #define rtc_debug(format,args...) macro 89 rtc_debug("RTC: get rtc_time %x + %x\n", rtc_time, RTC_CounterGet()); in rt_rtc_control() 95 rtc_debug("RTC: set rtc_time %x\n", rtc_time); in rt_rtc_control()
|
| /bsp/loongson/ls1cdev/drivers/ |
| A D | drv_rtc.c | 24 #define rtc_debug(format,args...) rt_kprintf(format, ##args) macro 26 #define rtc_debug(format,args...) macro 114 rtc_debug("RTC: get rtc_time %x\n", *(rt_uint32_t *)args); in rt_rtc_control() 120 rtc_debug("RTC: set rtc_time %x\n", *(rt_uint32_t *)args); in rt_rtc_control()
|
Completed in 10 milliseconds