37#ifndef LIBBSP_ERC32_IRQ_CONFIG_H
38#define LIBBSP_ERC32_IRQ_CONFIG_H
42#define BSP_INTERRUPT_VECTOR_MAX_STD 15
43#define BSP_INTERRUPT_VECTOR_COUNT (BSP_INTERRUPT_VECTOR_MAX_STD + 1)
45#define BSP_INTERRUPT_CUSTOM_VALID_VECTOR
49 const Processor_mask *affinity
59 Processor_mask *affinity
63 _Processor_mask_From_index( affinity, 0 );
ISR_Vector_number rtems_vector_number
This integer type represents interrupt vector numbers.
Definition: intr.h:102
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
Definition: status.h:85
@ RTEMS_SUCCESSFUL
This status code indicates successful completion of a requested operation.
Definition: status.h:90
This header file provides the interfaces of the Processor Mask.