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

Function ds_set_last_error

libsigrok4DSL/lib_main.c:1702–1705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1700/**-------------------private function end---------------*/
1701
1702SR_PRIV void ds_set_last_error(int error)
1703{
1704 lib_ctx.last_error = error;
1705}
1706
1707SR_API int ds_get_last_error()
1708{

Callers 7

dev_acquisition_startFunction · 0.85
hw_dev_openFunction · 0.85
dsl_fpga_configFunction · 0.85
dsl_dev_openFunction · 0.85
dev_openFunction · 0.85
dev_acquisition_startFunction · 0.85
ezusb_install_firmwareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected