NSVD Reader  0.0.1
nodamushi::svd::WriteConstraint Struct Reference

writeConstraint element More...

#include <WriteConstraint.hpp>

Inheritance diagram for nodamushi::svd::WriteConstraint:

Public Attributes

value< bool,ELEMENT > writeAsRead
 <writeAsRead>If true, only the last read value can be written. More...
 
value< bool,ELEMENT > useEnumeratedValues
 <useEnueratedValues>If true, only the values listed in the enumeratedValues list can be written. More...
 
value< WriteConstraintRange,ELEMENT > range
 <range>(minimum,maximum) More...
 

Detailed Description

Member Data Documentation

◆ range

value< WriteConstraintRange ,ELEMENT> nodamushi::svd::WriteConstraint::range

<range>(minimum,maximum)

Definition at line 45 of file WriteConstraint.hpp.

◆ useEnumeratedValues

value< bool ,ELEMENT> nodamushi::svd::WriteConstraint::useEnumeratedValues

<useEnueratedValues>If true, only the values listed in the enumeratedValues list can be written.

Definition at line 43 of file WriteConstraint.hpp.

◆ writeAsRead

value< bool ,ELEMENT> nodamushi::svd::WriteConstraint::writeAsRead

<writeAsRead>If true, only the last read value can be written.

Definition at line 41 of file WriteConstraint.hpp.


The documentation for this struct was generated from the following file: