Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfman_rtc.c43 cfg->alarm_polarity[i] = DEFAULT_ALARM_POLARITY; in fman_rtc_defconfig()
189 if (cfg->alarm_polarity[i] == in fman_rtc_init()
H A Dfm_rtc.c73 if ((p_RtcDriverParam->alarm_polarity[i] != E_FMAN_RTC_ALARM_POLARITY_ACTIVE_LOW) && in CheckInitParameters()
74 (p_RtcDriverParam->alarm_polarity[i] != E_FMAN_RTC_ALARM_POLARITY_ACTIVE_HIGH)) in CheckInitParameters()
388 p_Rtc->p_RtcDriverParam->alarm_polarity[alarmId] = in FM_RTC_ConfigAlarmPolarity()
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman_rtc.h166 enum fman_rtc_alarm_polarity alarm_polarity[FMAN_RTC_MAX_NUM_OF_ALARMS]; member