RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_nvme_command结构体 参考

#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 
 
};  
 

详细描述

在文件 nvme.h438 行定义.

结构体成员变量说明

◆ common

struct rt_nvme_command_common rt_nvme_command::common

在文件 nvme.h442 行定义.

◆ rw

struct rt_nvme_command_rw rt_nvme_command::rw

在文件 nvme.h443 行定义.

◆ identify

struct rt_nvme_command_identify rt_nvme_command::identify

在文件 nvme.h444 行定义.

◆ features

struct rt_nvme_command_features rt_nvme_command::features

在文件 nvme.h445 行定义.

◆ create_cq

struct rt_nvme_command_create_cq rt_nvme_command::create_cq

在文件 nvme.h446 行定义.

◆ create_sq

struct rt_nvme_command_create_sq rt_nvme_command::create_sq

在文件 nvme.h447 行定义.

◆ delete_queue

struct rt_nvme_command_delete_queue rt_nvme_command::delete_queue

在文件 nvme.h448 行定义.

◆ write_zeroes

struct rt_nvme_command_write_zeroes rt_nvme_command::write_zeroes

在文件 nvme.h449 行定义.

◆ [union]

union { ... } rt_nvme_command