An ATA command information unit.
More...
#include <ata.h>
An ATA command information unit.
Definition at line 168 of file ata.h.
◆ cb
ATA command block.
Definition at line 170 of file ata.h.
◆ data_out
Data-out buffer (may be NULL)
If non-NULL, this buffer must be ata_command::cb::count sectors in size.
Definition at line 176 of file ata.h.
◆ data_out_len
Data-out buffer length.
Must be zero if data_out is NULL
Definition at line 181 of file ata.h.
◆ data_in
Data-in buffer (may be NULL)
If non-NULL, this buffer must be ata_command::cb::count sectors in size.
Definition at line 187 of file ata.h.
◆ data_in_len
Data-in buffer length.
Must be zero if data_in is NULL
Definition at line 192 of file ata.h.
The documentation for this struct was generated from the following file: