![]() |
RTEMS 6.1
|
Data Fields | |
| uint32_t | flags |
| uint32_t | block_size |
| uint32_t | block_count |
| rtems_nvdisk_device_ctl * | devices |
| uint32_t | device_count |
| uint32_t | cs_pages |
| rtems_mutex | lock |
| uint32_t | info_level |
The NV disk control structure for a single disk. There is one for each minor disk in the system.
| uint32_t rtems_nvdisk::block_count |
The number of available blocks.
| uint32_t rtems_nvdisk::block_size |
The block size for this disk.
| uint32_t rtems_nvdisk::cs_pages |
The num of pages of checksums.
| uint32_t rtems_nvdisk::device_count |
The number of NV devices.
| rtems_nvdisk_device_ctl* rtems_nvdisk::devices |
The NV devices for this disk.
| uint32_t rtems_nvdisk::flags |
configuration flags.
| uint32_t rtems_nvdisk::info_level |
The info trace level.
| rtems_mutex rtems_nvdisk::lock |
Mutex for threading protection.