|
OpenMPTL - ARM Cortex (common)
C++ Microprocessor Template Library
|
Typedefs | |
| using | reset = core_exception<-15 > |
| using | nmi = core_exception<-14 > |
| using | hard_fault = core_exception<-13 > |
| using | memory_management = core_exception<-12 > |
| using | bus_fault = core_exception<-11 > |
| using | usage_fault = core_exception<-10 > |
| using | sv_call = core_exception<-5 > |
| using | debug_monitor = core_exception<-4 > |
| using | pend_sv = core_exception<-2 > |
| using | systick = core_exception<-1 > |
Functions | |
| static constexpr bool | reserved_irqn (int irqn) |
| using mptl::irq::bus_fault = typedef core_exception<-11> |
| using mptl::irq::debug_monitor = typedef core_exception<-4> |
| using mptl::irq::hard_fault = typedef core_exception<-13> |
| using mptl::irq::memory_management = typedef core_exception<-12> |
| using mptl::irq::nmi = typedef core_exception<-14> |
| using mptl::irq::pend_sv = typedef core_exception<-2> |
| using mptl::irq::reset = typedef core_exception<-15> |
| using mptl::irq::sv_call = typedef core_exception<-5> |
| using mptl::irq::systick = typedef core_exception<-1> |
| using mptl::irq::usage_fault = typedef core_exception<-10> |
|
inlinestatic |
1.8.13