Skip to content
Snippets Groups Projects

Add histogram enable bit

Merged David Gabriel Monk requested to merge add-histogram-enable into master
Files
3
@@ -7,7 +7,8 @@
<node id="csr" address="0x00004" description="Histogram control and status" fwinfo="endpoint;width=2">
<node id="windowL" address="0x0"/>
<node id="windowH" address="0x1" mask="0x000f"/>
<node id="histogram_sel" address="0x1" mask="0xfff0"/>
<node id="histogram_enable" address="0x1" mask="0x0010"/>
<node id="histogram_sel" address="0x1" mask="0xffe0"/>
<node id="histogram0" address="0x2"/>
<node id="histogram1" address="0x3"/>
</node>
Loading