Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_rtc_ext.h350 uint64_t alarmTime; /**< In nanoseconds, the time when the alarm member
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfm_rtc.c469 if (p_FmRtcAlarmParams->alarmTime < p_Rtc->clockPeriodNanoSec) in FM_RTC_SetAlarm()
473 tmpAlarm = p_FmRtcAlarmParams->alarmTime; in FM_RTC_SetAlarm()