00001
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef LIBBSP_POWERPC_MPC55XXEVB_IRQ_CONFIG_H
00022 #define LIBBSP_POWERPC_MPC55XXEVB_IRQ_CONFIG_H
00023
00024 #include <stdint.h>
00025
00035 #define BSP_INTERRUPT_VECTOR_MIN 0
00036
00040 #define BSP_INTERRUPT_VECTOR_MAX 328
00041
00050 #define BSP_INTERRUPT_USE_INDEX_TABLE
00051
00058 #define BSP_INTERRUPT_NO_HEAP_USAGE
00059
00060 #ifdef BSP_INTERRUPT_USE_INDEX_TABLE
00061
00065 #define BSP_INTERRUPT_HANDLER_TABLE_SIZE 63
00066
00070 typedef uint8_t bsp_interrupt_handler_index_type;
00071
00072 #endif
00073
00076 #endif