MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / get_hw_offset

Method get_hw_offset

DSView/pv/view/dsosignal.cpp:452–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452int DsoSignal::get_hw_offset()
453{
454 int hw_offset = 0;
455 session->get_device()->get_config_uint16(SR_CONF_PROBE_HW_OFFSET, hw_offset, _probe, NULL);
456 return hw_offset;
457}
458
459void DsoSignal::set_zero_vpos(int pos)
460{

Callers 2

calc_fftMethod · 0.45
calc_mathMethod · 0.45

Calls 2

get_config_uint16Method · 0.80
get_deviceMethod · 0.80

Tested by 1

calc_fftMethod · 0.36