We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8fea8 commit 8ba054cCopy full SHA for 8ba054c
tools/sdk/include/ets_sys.h
@@ -88,6 +88,9 @@ inline uint32_t ETS_INTR_PENDING(void)
88
#define ETS_FRC_TIMER1_INTR_ATTACH(func, arg) \
89
ets_isr_attach(ETS_FRC_TIMER1_INUM, (int_handler_t)(func), (void *)(arg))
90
91
+#define ETS_FRC_TIMER1_NMI_INTR_ATTACH(func) \
92
+ NmiTimSetFunc(func)
93
+
94
#define ETS_FRC1_INTR_ENABLE() \
95
ETS_INTR_ENABLE(ETS_FRC_TIMER1_INUM)
96
0 commit comments