RTEMS CPU Kit with SuperCore
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. More...
 
void * base
 Base address of the device. More...
 
uint32_t size
 Size of the device. More...
 
const rtems_nvdisk_driver_handlersnv_ops
 Device handlers. More...
 

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: