isegvhsdrv.h

Go to the documentation of this file.
00001 /*********************************************************************
00002 
00003   Name:         isegvhsdrv.h
00004   Created by:   P.-A. Amaudruz
00005 
00006   Contents:     isegvhs HV 12-channels VME
00007                 
00008   $Id$
00009 *********************************************************************/
00010 #include <stdio.h>
00011 #include <stdint.h>
00012 #include <string.h>
00013 #include "mvmestd.h"
00014 
00015 #ifndef  ISEGVHSDRV_INCLUDE_H
00016 #define  ISEGVHSDRV_INCLUDE_H
00017 
00018 uint32_t isegvhs_RegisterRead(MVME_INTERFACE *mvme, DWORD base, int offset);
00019 float    isegvhs_RegisterReadFloat(MVME_INTERFACE *mvme, DWORD base, int offset);
00020 
00021 void     isegvhs_RegisterWrite(MVME_INTERFACE *mvme, DWORD base, int offset, uint32_t value);
00022 void     isegvhs_RegisterWriteFloat(MVME_INTERFACE *mvme, DWORD base, int offset, float value);
00023 
00024 void isegvhs_Reset(MVME_INTERFACE *mvme, DWORD base);
00025 void isegvhs_Status(MVME_INTERFACE *mvme, DWORD base);
00026 
00027 #endif // ISEGVHS_INCLUDE_H

Midas DOC Version 3.0.0 ---- PSI Stefan Ritt ----
Contributions: Pierre-Andre Amaudruz - Sergio Ballestrero - Suzannah Daviel - Doxygen - Peter Green - Qing Gu - Greg Hackman - Gertjan Hofman - Paul Knowles - Exaos Lee - Rudi Meier - Glenn Moloney - Dave Morris - John M O'Donnell - Konstantin Olchanski - Renee Poutissou - Tamsen Schurman - Andreas Suter - Jan M.Wouters - Piotr Adam Zolnierczuk