![]() |
MCUXpresso SDK API Reference Manual
Rev. 0
NXP Semiconductors
|
Macros | |
#define | SIGEV_NONE 0 |
#define | SIGEV_SIGNAL 1 |
#define | SIGEV_THREAD 2 |
#define SIGEV_NONE 0 |
No asynchronous notification is delivered when the event of interest occurs.
#define SIGEV_SIGNAL 1 |
A queued signal, with an application-defined value, is generated when the event of interest occurs. Not supported.
#define SIGEV_THREAD 2 |
A notification function is called to perform notification.