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

<writeConstraint>.<range> element More...

#include <WriteConstraint.hpp>

Inheritance diagram for nodamushi::svd::WriteConstraintRange:

Public Attributes

value< uint64_t,ELEMENT > minimum
 <minimum>the smallest number to be written to the field. More...
 
value< uint64_t,ELEMENT > maximum
 <maximum>the largest number to be written to the field. More...
 

Detailed Description

<writeConstraint>.<range> element

See also
http://www.keil.com/pack/doc/CMSIS/SVD/html/elem_registers.html#elem_writeConstraint

Definition at line 26 of file WriteConstraint.hpp.

Member Data Documentation

◆ maximum

value< uint64_t ,ELEMENT> nodamushi::svd::WriteConstraintRange::maximum

<maximum>the largest number to be written to the field.

Definition at line 31 of file WriteConstraint.hpp.

◆ minimum

value< uint64_t ,ELEMENT> nodamushi::svd::WriteConstraintRange::minimum

<minimum>the smallest number to be written to the field.

Definition at line 29 of file WriteConstraint.hpp.


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