Searched refs:p_FmRtcParam (Results 1 – 2 of 2) sorted by relevance
146 t_Handle FM_RTC_Config(t_FmRtcParams *p_FmRtcParam) in FM_RTC_Config() argument150 SANITY_CHECK_RETURN_VALUE(p_FmRtcParam, E_NULL_POINTER, NULL); in FM_RTC_Config()174 p_Rtc->h_Fm = p_FmRtcParam->h_Fm; in FM_RTC_Config()185 p_Rtc->p_MemMap = (struct rtc_regs *)UINT_TO_PTR(p_FmRtcParam->baseAddress); in FM_RTC_Config()186 p_Rtc->h_App = p_FmRtcParam->h_App; in FM_RTC_Config()
132 t_Handle FM_RTC_Config(t_FmRtcParams *p_FmRtcParam);