Home
last modified time | relevance | path

Searched refs:p_FmRtcParam (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfm_rtc.c146 t_Handle FM_RTC_Config(t_FmRtcParams *p_FmRtcParam) in FM_RTC_Config() argument
150 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()
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_rtc_ext.h132 t_Handle FM_RTC_Config(t_FmRtcParams *p_FmRtcParam);