what is the api to disable all interrupts for 20719

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
YoMa_4662901
Level 1
Level 1
First like given

Hi there,

What is the api function to disable/enable global intterupts?

Thanks,

Yong

0 Likes
1 Solution
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

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().

View solution in original post

0 Likes
1 Reply
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

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().

0 Likes