We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5fd7f6 commit eb6591dCopy full SHA for eb6591d
include/rthw.h
@@ -132,6 +132,9 @@ rt_isr_handler_t rt_hw_interrupt_install(int vector,
132
rt_isr_handler_t handler,
133
void *param,
134
const char *name);
135
+void rt_hw_interrupt_uninstall(int vector,
136
+ rt_isr_handler_t handler,
137
+ void *param);
138
139
#ifdef RT_USING_SMP
140
rt_base_t rt_hw_local_irq_disable(void);
0 commit comments