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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_rtcreg.h51 #define RTC_TIMR_SEC_S 0 macro
52 #define RTC_TIMR_SEC(x) FROMBCD(((x) & RTC_TIMR_SEC_M) >> RTC_TIMR_SEC_S)
62 (TOBCD(sec) << RTC_TIMR_SEC_S))

Completed in 158 milliseconds