Searched refs:RTC_CALM_TENDAY_Pos (Results 1 – 6 of 6) sorted by relevance
729 #define RTC_CALM_TENDAY_Pos (4) /*!< RTC… macro730 #define RTC_CALM_TENDAY_Msk (0x3ul << RTC_CALM_TENDAY_Pos) /*!< RTC…
816 #define RTC_CALM_TENDAY_Pos (4) /*!< RTC… macro817 #define RTC_CALM_TENDAY_Msk (0x3ul << RTC_CALM_TENDAY_Pos) /*!< RTC…
869 #define RTC_CALM_TENDAY_Pos (4) /*!< RTC… macro870 #define RTC_CALM_TENDAY_Msk (0x3ul << RTC_CALM_TENDAY_Pos) /*!< RTC…
271 g_u32hiDay = (RTC->CALM & RTC_CALM_TENDAY_Msk) >> RTC_CALM_TENDAY_Pos; in RTC_GetAlarmDateAndTime()
278 g_u32hiDay = (RTC->CALM & RTC_CALM_TENDAY_Msk) >> RTC_CALM_TENDAY_Pos; in RTC_GetAlarmDateAndTime()
266 g_u32hiDay = (RTC->CALM & RTC_CALM_TENDAY_Msk) >> RTC_CALM_TENDAY_Pos; in RTC_GetAlarmDateAndTime()