HomeSort by: relevance | last modified time | path
    Searched defs:rtc_print (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/next68k/next68k/
rtc.c 89 rtc_print();
108 rtc_print(void) function in typeref:typename:void
111 #define RTC_PRINT(x) printf("\t%16s= 0x%02x\n",#x, rtc_read(x))
114 RTC_PRINT(RTC_RAM);
115 RTC_PRINT(RTC_CNTR0);
116 RTC_PRINT(RTC_CNTR1);
117 RTC_PRINT(RTC_CNTR2);
118 RTC_PRINT(RTC_CNTR3);
119 RTC_PRINT(RTC_ALARM0);
120 RTC_PRINT(RTC_ALARM1)
    [all...]

Completed in 14 milliseconds