StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mvmeAcro470Lib.h
1 #ifndef _MVME_ACRO_470_LIB_H_
2 #define _MVME_ACRO_470_LIB_H_
3 
4 
5 extern int acro470Init(void) ;
6 
7 extern UINT32 acro470Read(void) ; // edge pulses
8 extern int acro470Clear(UINT32 what) ; // clear edge...
9 
10 extern UINT8 acro470ReadLvl(void) ;
11 
12 extern UINT8 acro470SetLvl(UINT8 what) ;
13 extern UINT8 acro470GetLvl(void) ;
14 
15 extern void acro470SetBit(UINT32 bit) ;
16 extern void acro470ClrBit(UINT32 bit) ;
17 extern void acro470PulseBit(UINT32 bit) ;
18 
19 extern void acro470IrqEnable(int on) ;
20 extern int acro470IrqGet(void) ;
21 
22 extern int acro470Vector ;
23 #endif