Go to the source code of this file.
Functions | |
int | vt48_EventRead (MVME_INTERFACE *myvme, DWORD base, DWORD *pdest, int *nentry) |
int | vt48_Setup (MVME_INTERFACE *mvme, DWORD base, int mode) |
int vt48_EventRead | ( | MVME_INTERFACE * | myvme, | |
DWORD | base, | |||
DWORD * | pdest, | |||
int * | nentry | |||
) |
void vt48_RegPrint | ( | MVME_INTERFACE * | mvme, | |
DWORD | base | |||
) |
DWORD vt48_RegRead | ( | MVME_INTERFACE * | mvme, | |
DWORD | base, | |||
WORD | reg | |||
) |
void vt48_RegWrite | ( | MVME_INTERFACE * | mvme, | |
DWORD | base, | |||
DWORD | reg, | |||
DWORD | data | |||
) |
Definition at line 95 of file vt48.c.
Referenced by vt48_RegPrint(), vt48_Setup(), and vt48_Status().
int vt48_Setup | ( | MVME_INTERFACE * | mvme, | |
DWORD | base, | |||
int | mode | |||
) |
Sets all the necessary paramters for a given configuration. The configuration is provided by the mode argument. Add your own configuration in the case statement. Let me know your setting if you want to include it in the distribution.
*mvme | VME structure | |
base | Module base address | |
mode | Configuration mode number | |
*nentry | number of entries requested and returned. |
void vt48_Status | ( | MVME_INTERFACE * | mvme, | |
DWORD | base | |||
) |
void vt48_WindowOffsetSet | ( | MVME_INTERFACE * | mvme, | |
DWORD | base, | |||
float | offset | |||
) |
void vt48_WindowSet | ( | MVME_INTERFACE * | mvme, | |
DWORD | base, | |||
float | window | |||
) |