Public Attributes | |
int | addr_mult |
uint8_t | reg [MB8696X_NREGS] |
uint8_t | mar_8_15 [8] |
uint8_t | bmpr_8_15 [8] |
uint8_t | eeprom [FE_EEPROM_SIZE] |
int | eeprom_state |
uint8_t | eeprom_bit_count |
uint8_t | eeprom_command |
uint16_t | eeprom_data |
Definition at line 61 of file dev_mb8696x.cc.
int mb8696x_data::addr_mult |
Definition at line 62 of file dev_mb8696x.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().
uint8_t mb8696x_data::bmpr_8_15[8] |
Definition at line 74 of file dev_mb8696x.cc.
Referenced by DEVICE_ACCESS().
uint8_t mb8696x_data::eeprom[FE_EEPROM_SIZE] |
Definition at line 77 of file dev_mb8696x.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().
uint8_t mb8696x_data::eeprom_bit_count |
Definition at line 79 of file dev_mb8696x.cc.
Referenced by DEVICE_ACCESS().
uint8_t mb8696x_data::eeprom_command |
Definition at line 80 of file dev_mb8696x.cc.
Referenced by DEVICE_ACCESS().
uint16_t mb8696x_data::eeprom_data |
Definition at line 81 of file dev_mb8696x.cc.
Referenced by DEVICE_ACCESS().
int mb8696x_data::eeprom_state |
Definition at line 78 of file dev_mb8696x.cc.
Referenced by DEVICE_ACCESS().
uint8_t mb8696x_data::mar_8_15[8] |
Definition at line 73 of file dev_mb8696x.cc.
Referenced by DEVICE_ACCESS().
uint8_t mb8696x_data::reg[MB8696X_NREGS] |
Definition at line 72 of file dev_mb8696x.cc.
Referenced by DEVICE_ACCESS(), and DEVINIT().