RTEMS  5.0.0
Macros | Variables
nvdisk-sram.c File Reference

Provide SRAM support for the NV Disk. More...

#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <rtems.h>
#include <rtems/nvdisk-sram.h>

Macros

#define NVDISK_SRAM_ERROR_TRACE   (0)
 

Variables

const rtems_nvdisk_driver_handlers rtems_nvdisk_sram_handlers
 

Detailed Description

Provide SRAM support for the NV Disk.

Variable Documentation

◆ rtems_nvdisk_sram_handlers

const rtems_nvdisk_driver_handlers rtems_nvdisk_sram_handlers
Initial value:
=
{
.read = rtems_nvdisk_sram_read,
.write = rtems_nvdisk_sram_write,
.verify = rtems_nvdisk_sram_verify
}

The handlers for the NV Disk SRAM driver.