Implementation of the kernels irq interface. More...
Implementation of the kernels irq interface.
Definition in file irq_arch.h.
#include "irq_arch_common.h"
Include dependency graph for irq_arch.h:Go to the source code of this file.
Software interrupt types | |
These definitions are used to distinguish different types of software interrupts in software interrupt handler. | |
| #define | ETS_SOFT_INT_NONE 0 |
| #define | ETS_SOFT_INT_YIELD 1 |
| #define | ETS_SOFT_INT_HDL_MAC 2 |
| #define ETS_SOFT_INT_HDL_MAC 2 |
Definition at line 34 of file irq_arch.h.
| #define ETS_SOFT_INT_NONE 0 |
Definition at line 32 of file irq_arch.h.
| #define ETS_SOFT_INT_YIELD 1 |
Definition at line 33 of file irq_arch.h.