|
RTEMS CPU Kit with SuperCore
4.11.2
|
The NV disk control structure for a single disk. More...

Data Fields | |
| rtems_device_major_number | major |
| The driver's major number. More... | |
| rtems_device_minor_number | minor |
| The driver's minor number. More... | |
| uint32_t | flags |
| configuration flags. More... | |
| uint32_t | block_size |
| The block size for this disk. More... | |
| uint32_t | block_count |
| The number of available blocks. More... | |
| rtems_nvdisk_device_ctl * | devices |
| The NV devices for this disk. More... | |
| uint32_t | device_count |
| The number of NV devices. More... | |
| uint32_t | cs_pages |
| The num of pages of checksums. More... | |
| rtems_id | lock |
| Mutex for threading protection. More... | |
| uint32_t | info_level |
| The info trace level. More... | |
The NV disk control structure for a single disk.
There is one for each minor disk in the system.
| uint32_t rtems_mvdisk::block_count |
The number of available blocks.
| uint32_t rtems_mvdisk::block_size |
The block size for this disk.
| uint32_t rtems_mvdisk::cs_pages |
The num of pages of checksums.
| uint32_t rtems_mvdisk::device_count |
The number of NV devices.
| rtems_nvdisk_device_ctl* rtems_mvdisk::devices |
The NV devices for this disk.
| uint32_t rtems_mvdisk::flags |
configuration flags.
| uint32_t rtems_mvdisk::info_level |
The info trace level.
| rtems_id rtems_mvdisk::lock |
Mutex for threading protection.
| rtems_device_major_number rtems_mvdisk::major |
The driver's major number.
| rtems_device_minor_number rtems_mvdisk::minor |
The driver's minor number.
1.8.13