RTEMS
5.0.0
|
#include <nvdisk.h>
Data Fields | |
uint32_t | flags |
void * | base |
uint32_t | size |
const rtems_nvdisk_driver_handlers * | nv_ops |
NV Device Descriptor holds the description of a device that is part of the NV disk.
Typically this structure is part of a table of the device which is referenced in the nvdisk configuration table. The reference is kept in the driver and used all the time to manage the nv device, therefore it must always exist.
void* rtems_nvdisk_device_desc::base |
Base address of the device.
uint32_t rtems_nvdisk_device_desc::flags |
Private user flags.
const rtems_nvdisk_driver_handlers* rtems_nvdisk_device_desc::nv_ops |
Device handlers.
uint32_t rtems_nvdisk_device_desc::size |
Size of the device.