Searched defs:mpu_data (Results 1 – 2 of 2) sorted by relevance
19 struct mpu_data struct21 u8 signature; /* 0x00 - EEPROM sig. */22 u8 bytes_used; /* 0x01 - Bytes used in eeprom (160 ?) */23 u8 size; /* 0x02 - EEPROM size (256 ?) */24 u8 version; /* 0x03 - EEPROM version */25 u32 data_revision; /* 0x04 - Dataset revision */26 u8 processor_bin_code[3]; /* 0x08 - Processor BIN code */27 u8 bin_code_expansion; /* 0x0b - ??? (padding ?) */28 u8 processor_num; /* 0x0c - Number of CPUs on this MPU */29 u8 input_mul_bus_div; /* 0x0d - Clock input multiplier/bus divider */[all …]
8 struct mpu_data struct10 u8 signature; /* 0x00 - EEPROM sig. */11 u8 bytes_used; /* 0x01 - Bytes used in eeprom (160 ?) */12 u8 size; /* 0x02 - EEPROM size (256 ?) */13 u8 version; /* 0x03 - EEPROM version */14 u32 data_revision; /* 0x04 - Dataset revision */15 u8 processor_bin_code[3]; /* 0x08 - Processor BIN code */16 u8 bin_code_expansion; /* 0x0b - ??? (padding ?) */17 u8 processor_num; /* 0x0c - Number of CPUs on this MPU */18 u8 input_mul_bus_div; /* 0x0d - Clock input multiplier/bus divider */[all …]