OpenSSD Cosmos+ Platform Firmware  0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
_NVME_STATUS_REG Struct Reference

#include <host_lld.h>

Data Fields

union {
   unsigned int   dword
 
   struct {
      unsigned int   ccEn: 1
 
      unsigned int   ccShn: 2
 
      unsigned int   reserved0: 1
 
      unsigned int   cstsRdy: 1
 
      unsigned int   cstsShst: 2
 
      unsigned int   rstCnt: 4
 
      unsigned int   linkNum: 2
 
      unsigned int   linkEn: 2
 
      unsigned int   reserved1: 17
 
   } 
 
}; 
 

Detailed Description

Definition at line 148 of file host_lld.h.

Field Documentation

◆ 

union { ... } _NVME_STATUS_REG::@18

◆ ccEn

unsigned int _NVME_STATUS_REG::ccEn

Definition at line 155 of file host_lld.h.

◆ ccShn

unsigned int _NVME_STATUS_REG::ccShn

Definition at line 156 of file host_lld.h.

◆ cstsRdy

unsigned int _NVME_STATUS_REG::cstsRdy

Definition at line 158 of file host_lld.h.

◆ cstsShst

unsigned int _NVME_STATUS_REG::cstsShst

Definition at line 159 of file host_lld.h.

◆ dword

unsigned int _NVME_STATUS_REG::dword

Definition at line 152 of file host_lld.h.

◆ linkEn

unsigned int _NVME_STATUS_REG::linkEn

Definition at line 162 of file host_lld.h.

◆ linkNum

unsigned int _NVME_STATUS_REG::linkNum

Definition at line 161 of file host_lld.h.

◆ reserved0

unsigned int _NVME_STATUS_REG::reserved0

Definition at line 157 of file host_lld.h.

◆ reserved1

unsigned int _NVME_STATUS_REG::reserved1

Definition at line 163 of file host_lld.h.

◆ rstCnt

unsigned int _NVME_STATUS_REG::rstCnt

Definition at line 160 of file host_lld.h.


The documentation for this struct was generated from the following file: