Home
last modified time | relevance | path

Searched refs:ViUInt64 (Results 1 – 4 of 4) sorted by relevance

/dports/devel/librevisa/librevisa-0.0.20130412/include/
H A Dvisatype.h62 typedef unsigned __int64 ViUInt64; typedef
74 typedef u_int64_t ViUInt64; typedef
87 typedef ViUInt64 _VI_PTR ViPUInt64;
88 typedef ViUInt64 _VI_PTR ViAUInt64;
H A Dvisa.h32 typedef ViUInt64 ViBusAddress;
33 typedef ViUInt64 ViBusSize;
34 typedef ViUInt64 ViAttrState;
41 typedef ViUInt64 ViBusAddress64;
140 ViBusAddress offset, ViUInt64 val64);
156 ViBusAddress64 offset, ViUInt64 val64);
227 void _VI_FUNC viPoke64 (ViSession vi, ViAddr address, ViUInt64 val64);
/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/ctwrapper/
H A Dtypes.py35 ViUInt64, ViPUInt64, ViAUInt64 = _type_triplet(_ctypes.c_uint64) variable
110 ViBusAddress64, ViPBusAddress64 = _type_pair(ViUInt64)
H A Dfunctions.py73 ViUInt64,
333 apply("viOut64", [ViSession, ViUInt16, ViBusAddress, ViUInt64])
338 apply("viOut64Ex", [ViSession, ViUInt16, ViBusAddress64, ViUInt64])
388 apply("viPoke64", [ViSession, ViAddr, ViUInt64])
1112 value_64 = ViUInt64()
1650 buffer_64 = (ViUInt64 * length)()
1797 converted_buffer = (ViUInt64 * length)(*tuple(data))
2208 value_64 = ViUInt64()