OpenSSD Cosmos+ Platform Firmware
0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
|
#include <nsc_driver.h>
Data Fields | |
unsigned int | crcSuccess: 1 |
unsigned int | spareSuccess: 1 |
unsigned int | pageSuccess: 32 |
unsigned int | totalErrorCount: 8 |
unsigned int | worstErrorCount: 5 |
unsigned int | chunk0ErrorCount: 5 |
unsigned int | chunk1ErrorCount: 5 |
unsigned int | chunk2ErrorCount: 5 |
unsigned int | chunk3ErrorCount: 5 |
unsigned int | chunk4ErrorCount: 5 |
unsigned int | chunk5ErrorCount: 5 |
unsigned int | chunk6ErrorCount: 5 |
unsigned int | chunk7ErrorCount: 5 |
Definition at line 417 of file nsc_driver.h.
unsigned int T4NSC_BCH_ERROR_INFO::chunk0ErrorCount |
Definition at line 424 of file nsc_driver.h.
unsigned int T4NSC_BCH_ERROR_INFO::chunk1ErrorCount |
Definition at line 425 of file nsc_driver.h.
unsigned int T4NSC_BCH_ERROR_INFO::chunk2ErrorCount |
Definition at line 426 of file nsc_driver.h.
unsigned int T4NSC_BCH_ERROR_INFO::chunk3ErrorCount |
Definition at line 427 of file nsc_driver.h.
unsigned int T4NSC_BCH_ERROR_INFO::chunk4ErrorCount |
Definition at line 428 of file nsc_driver.h.
unsigned int T4NSC_BCH_ERROR_INFO::chunk5ErrorCount |
Definition at line 429 of file nsc_driver.h.
unsigned int T4NSC_BCH_ERROR_INFO::chunk6ErrorCount |
Definition at line 430 of file nsc_driver.h.
unsigned int T4NSC_BCH_ERROR_INFO::chunk7ErrorCount |
Definition at line 431 of file nsc_driver.h.
unsigned int T4NSC_BCH_ERROR_INFO::crcSuccess |
Definition at line 419 of file nsc_driver.h.
unsigned int T4NSC_BCH_ERROR_INFO::pageSuccess |
Definition at line 421 of file nsc_driver.h.
unsigned int T4NSC_BCH_ERROR_INFO::spareSuccess |
Definition at line 420 of file nsc_driver.h.
unsigned int T4NSC_BCH_ERROR_INFO::totalErrorCount |
Definition at line 422 of file nsc_driver.h.
unsigned int T4NSC_BCH_ERROR_INFO::worstErrorCount |
Definition at line 423 of file nsc_driver.h.