RTEMS  5.0.0
Data Fields
rtems_nvdisk_device_desc Struct Reference

#include <nvdisk.h>

Data Fields

uint32_t flags
 
void * base
 
uint32_t size
 
const rtems_nvdisk_driver_handlersnv_ops
 

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

void* rtems_nvdisk_device_desc::base

Base address of the device.

◆ flags

uint32_t rtems_nvdisk_device_desc::flags

Private user flags.

◆ nv_ops

const rtems_nvdisk_driver_handlers* rtems_nvdisk_device_desc::nv_ops

Device handlers.

◆ size

uint32_t rtems_nvdisk_device_desc::size

Size of the device.


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