Please note that the Chinese and Japanese versions are currently being updated and are not yet complete. Stay tuned for the final versions!

dwm_gpio_irq_dis

禁用 GPIO 引脚的中断.

void dwm_gpio_irq_dis(uint8_t gpio_idx);
参数
  • gpio_idx – 8 位整数(请参阅 gpio_idx 部分了解允许的值)

  • output状态代码

C代码示例

dwm_gpio_irq_dis(DWM_GPIO_IDX_13);

SPI/UART 示例

这些接口不可用