SingingCat
0
application
include
irq_router.h
1
#ifndef IRQ_ROUTER_H
2
#define IRQ_ROUTER_H 1
3
typedef
void (softirq)(
int
pin,
void
*opaque);
4
5
int
register_softirq(MCULIB_HANDLE handle,
int
pin, softirq *callback,
void
*opaque);
6
void
process_irqs();
7
void
irq_router_init();
// called once on startup
8
void
release_irq_by_handle(MCULIB_HANDLE handle);
9
#endif
Generated on Tue May 28 2024 19:13:43 for SingingCat by
1.9.4