RTEMS CPU Kit with SuperCore  4.10.99.0
Data Fields
rtems_nvdisk_device_desc Struct Reference

NV Device Descriptor holds the description of a device that is part of the NV disk. More...

#include <nvdisk.h>

Collaboration diagram for rtems_nvdisk_device_desc:
Collaboration graph
[legend]

Data Fields

uint32_t flags
 Private user flags.
void * base
 Base address of the device.
uint32_t size
 Size of the device.
const
rtems_nvdisk_driver_handlers
nv_ops
 Device handlers.

Detailed Description

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.


Field Documentation

Base address of the device.

Private user flags.

Device handlers.

Size of the device.


The documentation for this struct was generated from the following file: