00001 /********************************************************************* 00002 00003 Name: sis3320drv.h 00004 Created by: K.Olchanski 00005 00006 Contents: sis3320 8-channel 200 MHz 12-bit ADC 00007 00008 $Id$ 00009 00010 *********************************************************************/ 00011 #ifndef SIS3320DRV_INCLUDE_H 00012 #define SIS3320DRV_INCLUDE_H 00013 00014 #include <stdio.h> 00015 #include <stdint.h> 00016 #include <string.h> 00017 #include "mvmestd.h" 00018 00019 #include "sis3320.h" 00020 00021 uint32_t sis3320_RegisterRead(MVME_INTERFACE *mvme, uint32_t a32base, int offset); 00022 void sis3320_RegisterWrite(MVME_INTERFACE *mvme, uint32_t a32base, int offset, uint32_t value); 00023 void sis3320_Reset(MVME_INTERFACE *mvme, uint32_t a32base); 00024 void sis3320_Status(MVME_INTERFACE *mvme, uint32_t a32base); 00025 00026 #endif // SIS3320_INCLUDE_H