/* Special index that can be used for sja1105_dynamic_config_read */ #define SJA1105_SEARCH -1
struct sja1105_dyn_cmd;
struct sja1105_dynamic_table_ops { /* This returns size_t just to keep same prototype as the * static config ops, of which we are reusing some functions.
*/
size_t (*entry_packing)(void *buf, void *entry_ptr, enum packing_op op); void (*cmd_packing)(void *buf, struct sja1105_dyn_cmd *cmd, enum packing_op op);
size_t max_entry_count;
size_t packed_size;
u64 addr;
u8 access;
};
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.