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

Method set_trig

DSView/pv/view/logicsignal.cpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void LogicSignal::set_trig(int trig)
68{
69 if (trig > NONTRIG && trig <= EDGTRIG)
70 _trig = (LogicSetRegions)trig;
71 else
72 _trig = NONTRIG;
73}
74
75bool LogicSignal::commit_trig()
76{

Callers 2

load_config_from_jsonMethod · 0.80
try_commit_triggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected