An ATA command information unit.
More...
#include <ata.h>
An ATA command information unit.
Definition at line 167 of file ata.h.
◆ cb
ATA command block.
Definition at line 169 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 175 of file ata.h.
◆ data_out_len
Data-out buffer length.
Must be zero if data_out is NULL
Definition at line 180 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 186 of file ata.h.
◆ data_in_len
Data-in buffer length.
Must be zero if data_in is NULL
Definition at line 191 of file ata.h.
The documentation for this struct was generated from the following file: