/** * struct intel_spi_boardinfo - Board specific data for Intel SPI driver * @type: Type which this controller is compatible with * @set_writeable: Try to make the chip writeable (optional) * @data: Data to be passed to @set_writeable can be %NULL
*/ struct intel_spi_boardinfo { enum intel_spi_type type; bool (*set_writeable)(void __iomem *base, void *data); void *data;
};
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.