/** * struct amdisp_function - a pinmux function * @name: Name of the pinmux function. * @groups: List of pingroups for this function. * @ngroups: Number of entries in @groups.
*/ struct amdisp_function { constchar *name; constchar * const *groups; unsignedint ngroups;
};
/** * struct amdisp_pingroup - a pinmux group * @name: Name of the pinmux group. * @pins: List of pins for this group. * @npins: Number of entries in @pins. * @funcs: List of functions belongs to this group. * @nfuncs: Number of entries in @funcs. * @offset: Group offset in amdisp pinmux groups.
*/ struct amdisp_pingroup { constchar *name; constunsignedint *pins; unsignedint npins; unsignedint *funcs; unsignedint nfuncs; unsignedint offset;
};
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.