/** * struct sprd_div_internal - Internal divider description * @shift: Bit offset of the divider in its register * @width: Width of the divider field in its register * * That structure represents a single divider, and is meant to be * embedded in other structures representing the various clock * classes.
*/ struct sprd_div_internal {
s32 offset;
u8 shift;
u8 width;
};
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.