XFusion API v1.3.0
|
中断回调结构体。 更多...
#include <xf_hal_gpio.h>
成员变量 | |
xf_hal_gpio_irq_cb_t | callback |
void * | user_data |
中断回调结构体。
在文件 xf_hal_gpio.h 第 102 行定义.
xf_hal_gpio_irq_cb_t callback |
回调函数
在文件 xf_hal_gpio.h 第 103 行定义.
void* user_data |
回调函数中的用户数据
在文件 xf_hal_gpio.h 第 104 行定义.