Home
last modified time | relevance | path

Searched refs:ucTimingChangeDebounce (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/api/xc/
H A DapiXC_PCMonitor.c1507 stPCMonitorInfo.ucTimingChangeDebounce++; in MApi_XC_PCMonitor_U2()
1509 PCMSG(printf("Deb=%d\n", stPCMonitorInfo.ucTimingChangeDebounce)); in MApi_XC_PCMonitor_U2()
1513 if ( stPCMonitorInfo.ucTimingChangeDebounce <= 3 ) // prevent from SOG in MApi_XC_PCMonitor_U2()
1555 stPCMonitorInfo.ucTimingChangeDebounce = 0; // reset timing change debounce counter in MApi_XC_PCMonitor_U2()
H A DapiXC_PCMonitor.c.01505 stPCMonitorInfo.ucTimingChangeDebounce++;
1507 PCMSG(printf("Deb=%d\n", stPCMonitorInfo.ucTimingChangeDebounce));
1511 if ( stPCMonitorInfo.ucTimingChangeDebounce <= 3 ) // prevent from SOG
1553 stPCMonitorInfo.ucTimingChangeDebounce = 0; // reset timing change debounce counter
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/
H A Ddrv_sc_ip.h136 MS_U8 ucTimingChangeDebounce; ///< debounce counter when timing un-stable member
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_ip.c5910 pXCResourcePrivate->stdrvXC_IP.sPCMONITOR_status[eWindow].ucTimingChangeDebounce = 0; in MDrv_XC_PCMonitor_Restart()