Lines Matching refs:E_MS_RTC
116 }E_MS_RTC; typedef
118 void HAL_RTC_RESET(E_MS_RTC eRtc, MS_BOOL bEnable);
119 void HAL_RTC_Counter(E_MS_RTC eRtc, MS_BOOL bEnable);
120 void HAL_RTC_Wrap_Count (E_MS_RTC eRtc, MS_BOOL bEnable);
121 void HAL_RTC_Loading (E_MS_RTC eRtc, MS_BOOL bEnable);
122 void HAL_RTC_Reading(E_MS_RTC eRtc, MS_BOOL bEnable);
123 void HAL_RTC_IntMask(E_MS_RTC eRtc, MS_BOOL bEnable);
124 void HAL_RTC_IntForce(E_MS_RTC eRtc);
125 void HAL_RTC_IntClear(E_MS_RTC eRtc);
126 void HAL_RTC_Set_Frequency(E_MS_RTC eRtc,MS_U32 u32Freq, MS_U32 u32Xtal);
127 void HAL_RTC_Set_Counter(E_MS_RTC eRtc,MS_U32 u32Val);
128 void HAL_RTC_Match_Counter(E_MS_RTC eRtc,MS_U32 u32Val);
129 MS_U16 HAL_RTC_INT_Status(E_MS_RTC eRtc);
130 MS_U32 HAL_RTC_Read_Counter(E_MS_RTC eRtc);