MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / get_hw_offset

Method get_hw_offset

DSView/pv/view/analogsignal.cpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112int AnalogSignal::get_hw_offset()
113{
114 int hw_offset = 0;
115 session->get_device()->get_config_uint16(SR_CONF_PROBE_HW_OFFSET, hw_offset, _probe, NULL);
116 return hw_offset;
117}
118
119int AnalogSignal::commit_settings()
120{

Callers

nothing calls this directly

Calls 2

get_config_uint16Method · 0.80
get_deviceMethod · 0.80

Tested by

no test coverage detected