|
OpenSSD Cosmos+ Platform Firmware
0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
|
#include <host_lld.h>
Data Fields | |
| union { | |
| unsigned int dword | |
| struct { | |
| unsigned char directDmaRx | |
| unsigned char directDmaTx | |
| unsigned char autoDmaRx | |
| unsigned char autoDmaTx | |
| } | |
| }; | |
Definition at line 279 of file host_lld.h.
| union { ... } _HOST_DMA_FIFO_CNT_REG::@47 |
| unsigned char _HOST_DMA_FIFO_CNT_REG::autoDmaRx |
Definition at line 288 of file host_lld.h.
| unsigned char _HOST_DMA_FIFO_CNT_REG::autoDmaTx |
Definition at line 289 of file host_lld.h.
| unsigned char _HOST_DMA_FIFO_CNT_REG::directDmaRx |
Definition at line 286 of file host_lld.h.
| unsigned char _HOST_DMA_FIFO_CNT_REG::directDmaTx |
Definition at line 287 of file host_lld.h.
| unsigned int _HOST_DMA_FIFO_CNT_REG::dword |
Definition at line 283 of file host_lld.h.