Hello,
while going through reference manual related to interrupts, I have found two assembly instruction,
1) uint16 u16IntState=__disable_interrupts()
2) __restore_interrupts(u16IntState)
Not able to find much details on these instruction, how to use it and how it is different from DINT and EINT.
Please provide brief overview or any reference document.
Thank you. BR.
