RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <nvme.h>
成员变量 | ||
union { | ||
struct rt_nvme_command_common common | ||
struct rt_nvme_command_rw rw | ||
struct rt_nvme_command_identify identify | ||
struct rt_nvme_command_features features | ||
struct rt_nvme_command_create_cq create_cq | ||
struct rt_nvme_command_create_sq create_sq | ||
struct rt_nvme_command_delete_queue delete_queue | ||
struct rt_nvme_command_write_zeroes write_zeroes | ||
}; | ||
struct rt_nvme_command_common rt_nvme_command::common |
struct rt_nvme_command_rw rt_nvme_command::rw |
struct rt_nvme_command_identify rt_nvme_command::identify |
struct rt_nvme_command_features rt_nvme_command::features |
struct rt_nvme_command_create_cq rt_nvme_command::create_cq |
struct rt_nvme_command_create_sq rt_nvme_command::create_sq |
struct rt_nvme_command_delete_queue rt_nvme_command::delete_queue |
struct rt_nvme_command_write_zeroes rt_nvme_command::write_zeroes |
union { ... } rt_nvme_command |