Bouffalo SDK  1.0
Bouffalolab Software Development Kit
bflb_irq_info_s Struct Reference

IRQ configuration structure. More...

#include <bflb_irq.h>

Collaboration diagram for bflb_irq_info_s:
Collaboration graph

Data Fields

irq_callback handler
 
void * arg
 

Detailed Description

IRQ configuration structure.

Parameters
handlerAddress of the interrupt handler
argThe argument provided to the interrupt handler

Definition at line 22 of file bflb_irq.h.

Field Documentation

◆ arg

void* arg

Definition at line 24 of file bflb_irq.h.

◆ handler

irq_callback handler

Definition at line 23 of file bflb_irq.h.


The documentation for this struct was generated from the following file: