Loading...
Searching...
No Matches
irq_arch.h File Reference

Implementation of the kernels irq interface. More...

Detailed Description

Implementation of the kernels irq interface.

Author
Gunar Schorcht gunar.nosp@m.@sch.nosp@m.orcht.nosp@m..net

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
 

Macro Definition Documentation

◆ ETS_SOFT_INT_HDL_MAC

#define ETS_SOFT_INT_HDL_MAC   2

Definition at line 38 of file irq_arch.h.

◆ ETS_SOFT_INT_NONE

#define ETS_SOFT_INT_NONE   0

Definition at line 36 of file irq_arch.h.

◆ ETS_SOFT_INT_YIELD

#define ETS_SOFT_INT_YIELD   1

Definition at line 37 of file irq_arch.h.