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

The structure of the temp data buffer table. More...

#include <data_buffer.h>

Collaboration diagram for _TEMPORARY_DATA_BUF_MAP:

Data Fields

TEMPORARY_DATA_BUF_ENTRY tempDataBuf [AVAILABLE_TEMPORARY_DATA_BUFFER_ENTRY_COUNT]
 

Detailed Description

The structure of the temp data buffer table.

A fixed-sized 1D temp data buffer array. The number of buffer entries is exactly the number of dies, therefore just choose the target entry by using the dieNo when allocating a temp buffer entry. (check the implementation of AllocateTempDataBuf).

Definition at line 177 of file data_buffer.h.

Field Documentation

◆ tempDataBuf

Definition at line 179 of file data_buffer.h.


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