Struct gpio_irq_info

  • Defined in file__output_copyinclude_src_include_gpio_gx_hal_gpio.h

Struct Documentation

struct gpio_irq_info

gpio 中断配置参数

Public Members

uint32_t port

GPIO 号

uint32_t group

GPIO 中断组

GX_HAL_GPIO_TRIGGER_EDGE edge

GPIO 中断触发方式

GX_HAL_GPIO_CALLBACK callback

GPIO 中断回调函数

void *pdata

GPIO 中断回调参数