Implementation of the kernels irq interface. More...
Implementation of the kernels irq interface.
Definition in file irq_arch.h.
#include "irq_arch_common.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 38 of file irq_arch.h.
#define ETS_SOFT_INT_NONE 0 |
Definition at line 36 of file irq_arch.h.
#define ETS_SOFT_INT_YIELD 1 |
Definition at line 37 of file irq_arch.h.