#include <stdint.h>
Go to the source code of this file.
Defines | |
#define | BSP_INTERRUPT_VECTOR_MIN |
Minimum vector number. | |
#define | BSP_INTERRUPT_VECTOR_MAX |
Maximum vector number. | |
#define | BSP_INTERRUPT_USE_INDEX_TABLE |
Enables the index table. | |
#define | BSP_INTERRUPT_NO_HEAP_USAGE |
Disables usage of the heap. | |
#define | BSP_INTERRUPT_HANDLER_TABLE_SIZE |
Size of the handler table. | |
Typedefs | |
typedef uint8_t | bsp_interrupt_handler_index_type |
Integer type capable to index the complete handler table. |
Definition in file irq-config.h.