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 例

これらのインターフェースでは使用できません。