18#ifndef LIBBSP_ERC32_IRQ_CONFIG_H
19#define LIBBSP_ERC32_IRQ_CONFIG_H
23#define BSP_INTERRUPT_VECTOR_MAX_STD 15
24#define BSP_INTERRUPT_VECTOR_MIN 0
25#define BSP_INTERRUPT_VECTOR_MAX BSP_INTERRUPT_VECTOR_MAX_STD
28#undef BSP_INTERRUPT_CUSTOM_VALID_VECTOR
32 const Processor_mask *affinity
41 Processor_mask *affinity
ISR_Vector_number rtems_vector_number
Control block type used to manage the vectors.
Definition: intr.h:47
#define RTEMS_INLINE_ROUTINE
Definition: basedefs.h:66
RTEMS_INLINE_ROUTINE void _Processor_mask_From_index(Processor_mask *mask, uint32_t index)
Creates a processor set from the specified index.
Definition: processormask.h:331