NSVD Reader  0.0.1
nodamushi::svd::normalized::SAURegionsConfig< STRREF > Struct Template Reference

Security Attribution Unit(SAU). More...

#include <Cpu.hpp>

Public Member Functions

 SAURegionsConfig ()
 default constructor More...
 

Public Attributes

bool enabled
 attribute enabled More...
 
SAURegionConfigProtect protectionWhenDisabled
 attribute protectionWhenDisabled More...
 
std::vector< SAURegionsConfigRegion< STRREF > > region
 <region> elements. More...
 

Friends

template<typename X >
class Cpu
 

Detailed Description

template<typename STRREF>
struct nodamushi::svd::normalized::SAURegionsConfig< STRREF >

Security Attribution Unit(SAU).

See also
http://www.keil.com/pack/doc/CMSIS/SVD/html/elem_cpu.html#elem_sauRegionsConfig
nodamushi::svd::SAURegionConfig

Definition at line 58 of file Cpu.hpp.

Constructor & Destructor Documentation

◆ SAURegionsConfig()

template<typename STRREF>
nodamushi::svd::normalized::SAURegionsConfig< STRREF >::SAURegionsConfig ( )
inline

default constructor

Definition at line 68 of file Cpu.hpp.

Friends And Related Function Documentation

◆ Cpu

template<typename STRREF>
template<typename X >
friend class Cpu
friend

Definition at line 75 of file Cpu.hpp.

Member Data Documentation

◆ enabled

template<typename STRREF>
bool nodamushi::svd::normalized::SAURegionsConfig< STRREF >::enabled

attribute enabled

Definition at line 61 of file Cpu.hpp.

◆ protectionWhenDisabled

template<typename STRREF>
SAURegionConfigProtect nodamushi::svd::normalized::SAURegionsConfig< STRREF >::protectionWhenDisabled

attribute protectionWhenDisabled

Definition at line 63 of file Cpu.hpp.

◆ region

template<typename STRREF>
std::vector<SAURegionsConfigRegion<STRREF> > nodamushi::svd::normalized::SAURegionsConfig< STRREF >::region

<region> elements.

Definition at line 65 of file Cpu.hpp.


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