|
RTEMS CPU Kit with SuperCore
|
RTEMS Non-Volatile Disk configuration table used to initialise the driver. More...
#include <nvdisk.h>

Data Fields | |
| uint32_t | block_size |
| The block size. More... | |
| uint32_t | device_count |
| The number of devices. More... | |
| const rtems_nvdisk_device_desc * | devices |
| The device descriptions. More... | |
| uint32_t | flags |
| Set of flags to control driver. More... | |
| uint32_t | info_level |
| Default info level. More... | |
RTEMS Non-Volatile Disk configuration table used to initialise the driver.
| uint32_t rtems_nvdisk_config::block_size |
The block size.
| uint32_t rtems_nvdisk_config::device_count |
The number of devices.
| const rtems_nvdisk_device_desc* rtems_nvdisk_config::devices |
The device descriptions.
| uint32_t rtems_nvdisk_config::flags |
Set of flags to control driver.
| uint32_t rtems_nvdisk_config::info_level |
Default info level.
1.8.13