Developer World
Spresense SDK Library v3.2.0-ebc0364
mpsignal.h File Reference

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
 

Macro Definition Documentation

◆ MPSIGSTART

#define MPSIGSTART   1

MP signal numbers Task started

◆ MPSIGEXIT

#define MPSIGEXIT   2

Task exited

◆ MPSIGHARDFAULT

#define MPSIGHARDFAULT   3

Hard fault

◆ MPSIGBUSFAULT

#define MPSIGBUSFAULT   4

BUS fault

◆ MPSIGPING

#define MPSIGPING   5

Ping

◆ MPSIGREQ

#define MPSIGREQ   6

Request

◆ MPSIGRESP

#define MPSIGRESP   7

Response

◆ MPSIGABORT

#define MPSIGABORT   8

Abort to task

◆ MPSIGSYS

#define MPSIGSYS   9

Other system reserved

◆ MPSIGDEBUG

#define MPSIGDEBUG   10

Debug signal