How to disable MKE15Z256VLH7's global interrupt?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to disable MKE15Z256VLH7's global interrupt?

Jump to solution
627 Views
wanglanjun
Contributor II

I'm using MKE15Z256VLH7. Sometimes I need to mask global interrupt, are there APIs in SDK 2.6.0 to disable MKE15Z256VLH7's  global interrupt?

0 Kudos
1 Solution
542 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi wanglanjun,

Please try to use DisableGlobalIRQ

DisableGlobalIRQ.png

Best Regards,

Robin

 

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
2 Replies
543 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi wanglanjun,

Please try to use DisableGlobalIRQ

DisableGlobalIRQ.png

Best Regards,

Robin

 

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
542 Views
wanglanjun
Contributor II

I got it. Using the DisableGlobalIRQ() function to disable in fsl_common.h file.

0 Kudos