Nut/OS  4.10.3
API Reference
irqstack.h File Reference
#include <cfg/dev.h>
Include dependency graph for irqstack.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define NUTSIGNAL(signame, handler)

Define Documentation

#define NUTSIGNAL (   signame,
  handler 
)
Value:
SIGNAL(signame)         \
{ CallHandler (&handler);  }

Definition at line 90 of file irqstack.h.