Searched defs:scc_kiss (Results 1 – 1 of 1) sorted by relevance
194 struct scc_kiss { struct195 unsigned char txdelay; /* Transmit Delay 10 ms/cnt */196 unsigned char persist; /* Persistence (0-255) as a % */197 unsigned char slottime; /* Delay to wait on persistence hit */198 unsigned char tailtime; /* Delay after last byte written */199 unsigned char fulldup; /* Full Duplex mode 0=CSMA 1=DUP 2=ALWAYS KEYED */200 unsigned char waittime; /* Waittime before any transmit attempt */201 unsigned int maxkeyup; /* Maximum time to transmit (seconds) */202 unsigned int mintime; /* Minimal offtime after MAXKEYUP timeout (seconds) */203 unsigned int idletime; /* Maximum idle time in ALWAYS KEYED mode (seconds) */[all …]