Rev 264 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 264 | Rev 307 | ||
|---|---|---|---|
| Line 55... | Line 55... | ||
| 55 | 55 | ||
| 56 | void WIENER_VMUSB_StackConditionalRead(int am ,int d16d32,uint32_t addr, uint32_t data);  | 
            56 | void WIENER_VMUSB_StackConditionalRead(int am ,int d16d32,uint32_t addr, uint32_t data);  | 
          
| 57 | void WIENER_VMUSB_StackMultiRead(int addr_modifier,int d16d32, uint32_t baseaddr, int n,uint32_t increment);  | 
            57 | void WIENER_VMUSB_StackMultiRead(int addr_modifier,int d16d32, uint32_t baseaddr, int n,uint32_t increment);  | 
          
| 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  | 
            60 | int WIENER_VMUSB_StackGetUInt32(int maxn, uint32_t *stack);  | 
          
| 61 | int  | 
            61 | int WIENER_VMUSB_StackGetUInt16(int maxn, uint16_t *stack);  | 
          
| 62 | void WIENER_VMUSB_StackPrint();  | 
            62 | void WIENER_VMUSB_StackPrint();  | 
          
| 63 | 63 | ||
| 64 | 64 | ||
| 65 | void _VI_FUNC WIENER_VMUSB_load (const char *module_path);  | 
            65 | void _VI_FUNC WIENER_VMUSB_load (const char *module_path);  | 
          
| 66 | void _VI_FUNC WIENER_VMUSB_open (const char *serial);  | 
            66 | void _VI_FUNC WIENER_VMUSB_open (const char *serial);  |