|
NSVD Reader
0.0.1
|
normalized <writeConstraint>.<range> element More...
#include <WriteConstraint.hpp>
Classes | |
| struct | range_t |
| <writeConstraint>.<range> element More... | |
Public Member Functions | |
| operator bool () const noexcept | |
| return valid More... | |
| template<typename SVD , typename VALUE , VALUE SVD::* MEMBER> | |
| WriteConstraint (derived_from_helper< SVD, VALUE, MEMBER > &&d) | |
| template<typename VALUE > | |
| WriteConstraint (const VALUE *ptr) | |
Public Attributes | |
| bool | valid |
| Indicates whether this data is valid. More... | |
| bool | writeAsRead |
| <writeAsRead>If true, only the last read value can be written. More... | |
| bool | useEnumeratedValues |
| <useEnueratedValues>If true, only the values listed in the enumeratedValues list can be written. More... | |
| range_t | range |
| <range> More... | |
normalized <writeConstraint>.<range> element
Definition at line 23 of file WriteConstraint.hpp.
|
inline |
Definition at line 88 of file WriteConstraint.hpp.
|
inline |
Definition at line 92 of file WriteConstraint.hpp.
|
inlinenoexcept |
return valid
Definition at line 67 of file WriteConstraint.hpp.
| range_t nodamushi::svd::normalized::WriteConstraint::range |
| bool nodamushi::svd::normalized::WriteConstraint::useEnumeratedValues |
<useEnueratedValues>If true, only the values listed in the enumeratedValues list can be written.
Definition at line 78 of file WriteConstraint.hpp.
| bool nodamushi::svd::normalized::WriteConstraint::valid |
Indicates whether this data is valid.
Definition at line 65 of file WriteConstraint.hpp.
| bool nodamushi::svd::normalized::WriteConstraint::writeAsRead |
<writeAsRead>If true, only the last read value can be written.
Definition at line 73 of file WriteConstraint.hpp.