Rev 307 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 307 | Rev 328 | ||
---|---|---|---|
Line 58... | Line 58... | ||
58 | void WIENER_VMUSB_StackMultiWrite(int addr_modifier,int d16d32,uint32_t baseaddr, int n, uint32_t increment, uint32_t data); |
58 | void WIENER_VMUSB_StackMultiWrite(int addr_modifier,int d16d32,uint32_t baseaddr, int n, uint32_t increment, uint32_t data); |
59 | 59 | ||
60 | int WIENER_VMUSB_StackGetUInt32(int maxn, uint32_t *stack); |
60 | int WIENER_VMUSB_StackGetUInt32(int maxn, uint32_t *stack); |
61 | int WIENER_VMUSB_StackGetUInt16(int maxn, uint16_t *stack); |
61 | int WIENER_VMUSB_StackGetUInt16(int maxn, uint16_t *stack); |
62 | void WIENER_VMUSB_StackPrint(); |
62 | void WIENER_VMUSB_StackPrint(); |
- | 63 | ||
- | 64 | short WIENER_VMUSB_VME_DGG(unsigned short channel, unsigned short trigger,unsigned short output, |
|
- | 65 | long delay, unsigned short gate, unsigned short invert, unsigned short latch); |
|
- | 66 | short WIENER_VMUSB_VME_Output_settings( unsigned short channel, unsigned short code, unsigned short invert, unsigned short latch ); |
|
- | 67 | short WIENER_VMUSB_register_write( short RegAddr, long RegData); |
|
63 | 68 | ||
64 | 69 | ||
65 | void _VI_FUNC WIENER_VMUSB_load (const char *module_path); |
70 | void _VI_FUNC WIENER_VMUSB_load (const char *module_path); |
66 | void _VI_FUNC WIENER_VMUSB_open (const char *serial); |
71 | void _VI_FUNC WIENER_VMUSB_open (const char *serial); |
67 | void _VI_FUNC WIENER_VMUSB_close (void); |
72 | void _VI_FUNC WIENER_VMUSB_close (void); |