|
smartmontools SVN Rev 5716
Utility to control and monitor storage systems with "S.M.A.R.T."
|
ATA Input 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 | features |
| ata_register | sector_count |
| ata_register | lba_low |
| ata_register | lba_mid |
| ata_register | lba_high |
| ata_register | device |
| ata_register | command |
ATA Input registers (for 28-bit commands)
Definition at line 282 of file dev_interface.h.
|
inline |
Return true if any register is set.
Definition at line 294 of file dev_interface.h.
| ata_register ata_in_regs::command |
Definition at line 291 of file dev_interface.h.
| ata_register ata_in_regs::device |
Definition at line 290 of file dev_interface.h.
| ata_register ata_in_regs::features |
Definition at line 285 of file dev_interface.h.
| ata_register ata_in_regs::lba_high |
Definition at line 289 of file dev_interface.h.
| ata_register ata_in_regs::lba_low |
Definition at line 287 of file dev_interface.h.
| ata_register ata_in_regs::lba_mid |
Definition at line 288 of file dev_interface.h.
| ata_register ata_in_regs::sector_count |
Definition at line 286 of file dev_interface.h.