Searched refs:RTC_TALM_SEC_Pos (Results 1 – 6 of 6) sorted by relevance
705 #define RTC_TALM_SEC_Pos (0) /*!< RTC… macro706 #define RTC_TALM_SEC_Msk (0xful << RTC_TALM_SEC_Pos) /*!< RTC…
795 #define RTC_TALM_SEC_Pos (0) /*!< RTC… macro796 #define RTC_TALM_SEC_Msk (0xful << RTC_TALM_SEC_Pos) /*!< RTC…
848 #define RTC_TALM_SEC_Pos (0) /*!< RTC… macro849 #define RTC_TALM_SEC_Msk (0xful << RTC_TALM_SEC_Pos) /*!< RTC…
280 g_u32loSec = (RTC->TALM & RTC_TALM_SEC_Msk) >> RTC_TALM_SEC_Pos; in RTC_GetAlarmDateAndTime()
288 g_u32loSec = (RTC->TALM & RTC_TALM_SEC_Msk) >> RTC_TALM_SEC_Pos; in RTC_GetAlarmDateAndTime()
275 g_u32loSec = (RTC->TALM & RTC_TALM_SEC_Msk) >> RTC_TALM_SEC_Pos; in RTC_GetAlarmDateAndTime()