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

Disables interrupts for GPIO pin.

void dwm_gpio_irq_dis(uint8_t gpio_idx);
Parameters
  • gpio_idx – 8-bit integer (see the section gpio_idx for allowed values)

  • outputStatus code

C code example

dwm_gpio_irq_dis(DWM_GPIO_IDX_13);

SPI/UART example

not available on these interfaces