#include "atacmdnames.h"
#include "static_assert.h"
#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
◆ look_up_ata_command()
const char * look_up_ata_command |
( |
unsigned char |
c_code, |
|
|
unsigned char |
f_reg |
|
) |
| |
◆ STATIC_ASSERT()
◆ atacmdnames_cpp_cvsid
const char* atacmdnames_cpp_cvsid |
Initial value:= "$Id: atacmdnames.cpp 4934 2019-07-01 20:54:14Z chrfranke $"
#define ATACMDNAMES_H_CVSID
Definition at line 18 of file atacmdnames.cpp.
◆ cmd_recalibrate_ret4
const char cmd_recalibrate_ret4[] = "RECALIBRATE [RET-4]" |
◆ cmd_reserved
const char cmd_reserved[] = "[RESERVED]" |
◆ cmd_reserved_cf
const char cmd_reserved_cf[] = "[RESERVED FOR COMPACTFLASH ASSOCIATION]" |
◆ cmd_reserved_mcpt
const char cmd_reserved_mcpt[] = "[RESERVED FOR MEDIA CARD PASS THROUGH]" |
◆ cmd_reserved_sa
const char cmd_reserved_sa[] = "[RESERVED FOR SERIAL ATA]" |
◆ cmd_seek_ret4
const char cmd_seek_ret4[] = "SEEK [RET-4]" |
◆ cmd_vendor_specific
const char cmd_vendor_specific[] = "[VENDOR SPECIFIC]" |
◆ command_table
const char* const command_table[] |