Hi there,
What is the api function to disable/enable global intterupts?
Thanks,
Yong
Solved! Go to Solution.
Hi Yong,
There are not any particular APIs to disable/enable interrupts. However you can control them by using APIs such as wiced_hal_gpio_register_pin_for_interrupt(), wiced_hal_gpio_clear_pin_interrupt_status().
Hi Yong,
There are not any particular APIs to disable/enable interrupts. However you can control them by using APIs such as wiced_hal_gpio_register_pin_for_interrupt(), wiced_hal_gpio_clear_pin_interrupt_status().