This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NVIC check if IRQ is enabled

Hi,

as far as I see, I can enable or disable external interrupts using NVIC_EnableIRQ() and NVIC_DisableIRQ. Is there a method to check if a specified external interrupt is currently enabled or disabled?

Is this done by NVIC_GetActive()?

Thanks, Tamas

Related