MicrOS
exception_definition.h
Go to the documentation of this file.
1 #ifndef EXCEPTION_DEFINITION_H
2 #define EXCEPTION_DEFINITION_H
3 
4 #include <stdint.h>
5 #include <stdbool.h>
6 
7 typedef struct exception_definition
8 {
9  char description[32];
12 
13 #endif
char description[32]
Definition: exception_definition.h:9
Definition: exception_definition.h:7
uint8_t interrupt_number
Definition: exception_definition.h:10