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

normalized interrupt element More...

#include <Interrupt.hpp>

Public Member Functions

template<typename T >
 Interrupt (const T &src)
 

Public Attributes

STRREF name
 <name> name of interrupt More...
 
STRREF description
 <description> More...
 
uint64_t value
 <value>interrupt index More...
 

Detailed Description

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

normalized interrupt element

See also
http://www.keil.com/pack/doc/CMSIS/SVD/html/elem_peripherals.html#elem_interrupt
nodamushi::svd::Interrupt

Definition at line 23 of file Interrupt.hpp.

Constructor & Destructor Documentation

◆ Interrupt()

template<typename STRREF>
template<typename T >
nodamushi::svd::normalized::Interrupt< STRREF >::Interrupt ( const T &  src)
inline
Parameters
Tnodamushi::svd::Interrupt

Definition at line 34 of file Interrupt.hpp.

Member Data Documentation

◆ description

template<typename STRREF>
STRREF nodamushi::svd::normalized::Interrupt< STRREF >::description

<description>

Definition at line 28 of file Interrupt.hpp.

◆ name

template<typename STRREF>
STRREF nodamushi::svd::normalized::Interrupt< STRREF >::name

<name> name of interrupt

Definition at line 26 of file Interrupt.hpp.

◆ value

template<typename STRREF>
uint64_t nodamushi::svd::normalized::Interrupt< STRREF >::value

<value>interrupt index

Definition at line 30 of file Interrupt.hpp.


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