Searched refs:RTC_TIME_TENSEC_Pos (Results 1 – 2 of 2) sorted by relevance
809 #define RTC_TIME_TENSEC_Pos (4) /*!< RTC… macro810 #define RTC_TIME_TENSEC_Msk (0x7ul << RTC_TIME_TENSEC_Pos) /*!< RTC…
190 g_u32hiSec = (RTC->TIME & RTC_TIME_TENSEC_Msk) >> RTC_TIME_TENSEC_Pos; in RTC_GetDateAndTime()