INTERRUPT: INTERRUPT Struct Reference

INTERRUPT

INTERRUPT Struct Reference

Detailed Description

This structure holds run-time configurations of INTERRUPT APP.

Definition at line 114 of file INTERRUPT.h.

#include <INTERRUPT.h>

Data Fields

const XMC_SCU_IRQCTRL_t irqctrl
const IRQn_Type node
const uint8_t priority
const uint8_t subpriority
const bool enable_at_init

Field Documentation

Interrupt enable for Node

Definition at line 124 of file INTERRUPT.h.

Referenced by INTERRUPT_Init().

const XMC_SCU_IRQCTRL_t INTERRUPT::irqctrl

selects the interrupt source for a NVIC interrupt node

Definition at line 117 of file INTERRUPT.h.

Referenced by INTERRUPT_Init().

const uint8_t INTERRUPT::priority

Node Interrupt Priority

Definition at line 120 of file INTERRUPT.h.

Referenced by INTERRUPT_Init().

const uint8_t INTERRUPT::subpriority

Node Interrupt SubPriority only valid for XMC4x

Definition at line 122 of file INTERRUPT.h.

Referenced by INTERRUPT_Init().


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