Firmware SDK
twr_irq.h
1 #ifndef _TWR_IRQ_H
2 #define _TWR_IRQ_H
3 
4 #include <twr_common.h>
5 
9 
11 
12 void twr_irq_disable(void);
13 
15 
16 void twr_irq_enable(void);
17 
19 
20 #endif // _TWR_IRQ_H
void twr_irq_disable(void)
Disable interrupt requests globally (call can be nested)
Definition: twr_irq.c:7
void twr_irq_enable(void)
Enable interrupt requests globally (call can be nested)
Definition: twr_irq.c:21