Hardware Abstraction Layer for FreeRTOS
vdev_generic Struct Reference

#include <vdev.h>

Collaboration diagram for vdev_generic:

Data Fields

bool init
 
struct vdev_config config
 
struct virtio * virtio
 
const struct vdev_opsops
 

Detailed Description

All driver shall implement this Struct

For Example:

struct vdev {
struct vdev_generic gen;
}

Field Documentation

◆ config

struct vdev_config vdev_generic::config

◆ init

bool vdev_generic::init

true = is init false = is not init

◆ ops

const struct vdev_ops* vdev_generic::ops

Ops of driver in Multi mode

◆ virtio

struct virtio* vdev_generic::virtio

The documentation for this struct was generated from the following file:
vdev_generic
Definition: vdev.h:44