Bouffalo SDK
1.0
Bouffalolab Software Development Kit
|
IRQ configuration structure. More...
#include <bflb_irq.h>
Data Fields | |
irq_callback | handler |
void * | arg |
IRQ configuration structure.
handler | Address of the interrupt handler |
arg | The argument provided to the interrupt handler |
Definition at line 22 of file bflb_irq.h.
void* arg |
Definition at line 24 of file bflb_irq.h.
irq_callback handler |
Definition at line 23 of file bflb_irq.h.