Go to the source code of this file.
Classes | |
| struct | mpsignal |
Macros | |
| #define | MPSIGSTART 1 |
| #define | MPSIGEXIT 2 |
| #define | MPSIGHARDFAULT 3 |
| #define | MPSIGBUSFAULT 4 |
| #define | MPSIGPING 5 |
| #define | MPSIGREQ 6 |
| #define | MPSIGRESP 7 |
| #define | MPSIGABORT 8 |
| #define | MPSIGSYS 9 |
| #define | MPSIGDEBUG 10 |
Typedefs | |
| typedef struct mpsignal | mpsignal_t |
| #define MPSIGSTART 1 |
MP signal numbers Task started
| #define MPSIGEXIT 2 |
Task exited
| #define MPSIGHARDFAULT 3 |
Hard fault
| #define MPSIGBUSFAULT 4 |
BUS fault
| #define MPSIGPING 5 |
Ping
| #define MPSIGREQ 6 |
Request
| #define MPSIGRESP 7 |
Response
| #define MPSIGABORT 8 |
Abort to task
| #define MPSIGSYS 9 |
Other system reserved
| #define MPSIGDEBUG 10 |
Debug signal