Home
last modified time | relevance | path

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

/dports/misc/heyu2/heyu-2.10/
H A Dinfo.c69 if ( configp->ttyrfxmit[0] ) { in c_info()
71 ((configp->rfxmit_freq == MHZ310) ? "310" : "433"), configp->ttyrfxmit); in c_info()
82 if ( configp->ttyrfxmit[0] ) { in c_info()
84 ((configp->rfxmit_freq == MHZ310) ? "310" : "433"), configp->ttyrfxmit); in c_info()
101 if ( configp->ttyrfxmit[0] ) { in c_info()
103 ((configp->rfxmit_freq == MHZ310) ? "310" : "433"), configp->ttyrfxmit); in c_info()
H A Dprocess.h1222 char ttyrfxmit[PATH_LEN + 1]; /* RFXmitter serial port */ member
H A Dconfig.c624 configp->ttyrfxmit[0] = '\0'; in initialize_config()
1340 strncpy2(configp->ttyrfxmit, tokv[0], sizeof(config.ttyrfxmit) - 1); in parse_config_tail()