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

Function srd_decoder_unload_cb

libsigrokdecode4DSL/decoder.c:1149–1154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1147}
1148
1149static void srd_decoder_unload_cb(void *arg, void *ignored)
1150{
1151 (void)ignored;
1152
1153 srd_decoder_unload((struct srd_decoder *)arg);
1154}
1155
1156/**
1157 * Unload all loaded protocol decoders.

Callers

nothing calls this directly

Calls 1

srd_decoder_unloadFunction · 0.85

Tested by

no test coverage detected