smartmontools SVN Rev 5640
Utility to control and monitor storage systems with "S.M.A.R.T."
|
ATA Output registers (for 28-bit commands) More...
#include <dev_interface.h>
Public Member Functions | |
bool | is_set () const |
Return true if any register is set. | |
Public Attributes | |
ata_register | error |
ata_register | sector_count |
ata_register | lba_low |
ata_register | lba_mid |
ata_register | lba_high |
ata_register | device |
ata_register | status |
ATA Output registers (for 28-bit commands)
Definition at line 301 of file dev_interface.h.
|
inline |
Return true if any register is set.
Definition at line 312 of file dev_interface.h.
ata_register ata_out_regs::device |
Definition at line 308 of file dev_interface.h.
ata_register ata_out_regs::error |
Definition at line 303 of file dev_interface.h.
ata_register ata_out_regs::lba_high |
Definition at line 307 of file dev_interface.h.
ata_register ata_out_regs::lba_low |
Definition at line 305 of file dev_interface.h.
ata_register ata_out_regs::lba_mid |
Definition at line 306 of file dev_interface.h.
ata_register ata_out_regs::sector_count |
Definition at line 304 of file dev_interface.h.
ata_register ata_out_regs::status |
Definition at line 309 of file dev_interface.h.