Function gx_hal_gpio_disable_interrupt

  • Defined in file__output_copyinclude_src_include_gpio_gx_hal_gpio.h

Function Documentation

hal_status gx_hal_gpio_disable_interrupt(GX_HAL_GPIO *dev, GX_HAL_GPIO_IRQ_INFO *irq_info)

关闭gpio中断

参数
  • dev – gpio 句柄

  • irq_info – 中断信息句柄

Returns HAL_OK

成功

Returns HAL_ERROR

失败

返回

hal_status 是否成功