NSVD Reader  0.0.1
nodamushi::svd::SAURegionsConfigRegion< STR > Struct Template Reference

Security Attribution Unit(SAU) <region>. More...

#include <Cpu.hpp>

Inheritance diagram for nodamushi::svd::SAURegionsConfigRegion< STR >:

Public Attributes

value< bool,ATTR > enabled
 attribute enabled More...
 
value< STR,ATTR > name
 attribute name More...
 
value< uint64_t,ELEMENT > base
 <base> element More...
 
value< uint64_t,ELEMENT > limit
 <limit> element More...
 
value< SAURegionConfigProtect,ELEMENT > access
 <access> More...
 

Detailed Description

template<typename STR = std::string>
struct nodamushi::svd::SAURegionsConfigRegion< STR >

Security Attribution Unit(SAU) <region>.

See also
http://www.keil.com/pack/doc/CMSIS/SVD/html/elem_cpu.html#elem_region
SAURegionConfigProtect

Definition at line 33 of file Cpu.hpp.

Member Data Documentation

◆ access

template<typename STR = std::string>
value< SAURegionConfigProtect ,ELEMENT> nodamushi::svd::SAURegionsConfigRegion< STR >::access

<access>

Definition at line 45 of file Cpu.hpp.

◆ base

template<typename STR = std::string>
value< uint64_t ,ELEMENT> nodamushi::svd::SAURegionsConfigRegion< STR >::base

<base> element

Definition at line 41 of file Cpu.hpp.

◆ enabled

template<typename STR = std::string>
value< bool ,ATTR> nodamushi::svd::SAURegionsConfigRegion< STR >::enabled

attribute enabled

Definition at line 36 of file Cpu.hpp.

◆ limit

template<typename STR = std::string>
value< uint64_t ,ELEMENT> nodamushi::svd::SAURegionsConfigRegion< STR >::limit

<limit> element

Definition at line 43 of file Cpu.hpp.

◆ name

template<typename STR = std::string>
value< STR ,ATTR> nodamushi::svd::SAURegionsConfigRegion< STR >::name

attribute name

Definition at line 38 of file Cpu.hpp.


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