struct da9055_pdata { int (*init) (struct da9055 *da9055); int irq_base; int gpio_base;
struct regulator_init_data *regulators[DA9055_MAX_REGULATORS]; /* Enable RTC in RESET Mode */ bool reset_enable; /* * Regulator mode control bits value (GPI offset) that * controls the regulator state, 0 if not available.
*/ enum gpio_select *reg_ren; /* * Regulator mode control bits value (GPI offset) that * controls the regulator set A/B, 0 if not available.
*/ enum gpio_select *reg_rsel;
}; #endif/* __DA9055_PDATA_H */
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.