Home
last modified time | relevance | path

Searched refs:e_FM_MOD_TMR (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfm_rtc.c248 FmRegisterIntr(p_Rtc->h_Fm, e_FM_MOD_TMR, 0, e_FM_INTR_TYPE_NORMAL, RtcExceptions , p_Rtc); in FM_RTC_Init()
274 FmUnregisterIntr(p_Rtc->h_Fm, e_FM_MOD_TMR, 0, e_FM_INTR_TYPE_NORMAL); in FM_RTC_Free()
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.h134 … case e_FM_MOD_TMR: \
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h87 e_FM_MOD_TMR, /**< Timer event */ enumerator