RTEMS CPU Kit with SuperCore
|
NV Device Descriptor holds the description of a device that is part of the NV disk. More...
#include <nvdisk.h>
Data Fields | |
uint32_t | flags |
Private user flags. More... | |
void * | base |
Base address of the device. More... | |
uint32_t | size |
Size of the device. More... | |
const rtems_nvdisk_driver_handlers * | nv_ops |
Device handlers. More... | |
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.