OpenMPTL - ARM Cortex (common)
C++ Microprocessor Template Library
Classes | Public Types | List of all members
mptl::NVIC Struct Reference

NVIC (Nested Vectored Interrupt Controller) Register. More...

#include <nvic.hpp>

Classes

class  IABR
 Interrupt Active Bit Register. More...
 
class  ICER
 Interrupt Set-Enable Registers. More...
 
class  ICPR
 Interrupt Clear-Pending Registers. More...
 
class  IPR
 Interrupt Priority Register. More...
 
class  ISER
 Interrupt Set-Enable Registers. More...
 
class  ISPR
 Interrupt Set-Pending Registers. More...
 

Public Types

using ICTR = reg< uint32_t, 0xE000E004, ro >
 Interrupt Controller Type Register. More...
 

Detailed Description

For details, see "Cortex-M3 Technical Reference Manual": http://infocenter.arm.com/help/topic/com.arm.doc.subset.cortexm.m3/index.html

Member Typedef Documentation

◆ ICTR

using mptl::NVIC::ICTR = reg< uint32_t, 0xE000E004, ro >

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