Home
last modified time | relevance | path

Searched refs:timer_loopcount (Results 1 – 4 of 4) sorted by last modified time

/dports/misc/heyu2/heyu-2.10/
H A Dxsync.c141 if ( configp->timer_loopcount == 0 ) { in wait_external_trigger()
147 trigger_loopcount = configp->timer_loopcount / 1000L; in wait_external_trigger()
H A Dcm17a.c310 if ( rfmode == RF_FAST && configp->timer_loopcount > 0 ) { in write_cm17a()
312 configp->cm17a_bit_delay * (configp->timer_loopcount / 1000000L); in write_cm17a()
H A Dprocess.h1277 unsigned long timer_loopcount; /* 1 second countdown base for timing loops */ member
H A Dconfig.c497 configp->timer_loopcount = 0; in initialize_config()
2093 configp->timer_loopcount = (unsigned long)strtol(tokv[0], &sp, 10); in parse_config_tail()