Searched refs:RTC_CALR_MON_M (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/arm/at91/
H A Dat91_rtcreg.h72 #define RTC_CALR_MON_M 0x001f0000UL macro
74 #define RTC_CALR_MON(x) FROMBCD(((x) & RTC_CALR_MON_M) >> RTC_CALR_MON_S)

Completed in 98 milliseconds