|
NSVD Reader
0.0.1
|
writeConstraint element More...
#include <WriteConstraint.hpp>

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... | |
writeConstraint element
Definition at line 38 of file WriteConstraint.hpp.
| value< WriteConstraintRange ,ELEMENT> nodamushi::svd::WriteConstraint::range |
<range>(minimum,maximum)
Definition at line 45 of file WriteConstraint.hpp.
| 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.
| 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.