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