This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSPM0L1306: How to do disable existing interrupts for some time and then enable them

Part Number: MSPM0L1306
Other Parts Discussed in Thread: SYSCONFIG

Dear champs,

I am asking this for our customers.

Suppose the user already enable some interrupts in the initialization by NVIC_EnableIRQ(), how does the user disable all these enabled interrupts for some time once and then enable them once?

Somewhat like below used in MSP430 and C2000 F28x.

DINT;

EINT;

Are there corresponding simple API or C/intrinsic codes for the user?