/* master / slave tuner: master uses main pll, slave uses cal pll */ enum tda18271_role role;
/* use i2c gate provided by analog or digital demod */ enum tda18271_i2c_gate gate;
/* output options that can be disabled */ enum tda18271_output_options output_opt;
/* some i2c providers can't write all 39 registers at once */ enum tda18271_small_i2c small_i2c;
/* force rf tracking filter calibration on startup */ unsignedint rf_cal_on_startup:1;
/* prevent any register access during attach(), * delaying both IR & RF calibration until init()
* module option 'cal' overrides this delay */ unsignedint delay_cal:1;
/* interface to saa713x / tda829x */ unsignedint config;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.