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

Method decode_start

DSView/pv/data/decode/decoder.h:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 void set_decode_region(uint64_t start, uint64_t end);
89
90 inline uint64_t decode_start(){
91 return _decode_start;
92 }
93
94 inline void reset_start(){
95 _decode_start = _decode_start_back;

Callers 3

execute_decode_stackMethod · 0.80
paint_midMethod · 0.80
create_popupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected