![]() |
Home |
|
Function RTDisableInterruptsThis function executes CPU instruction CLI to disable interrupts. void RTDisableInterrupts(void); Please note that disableing interrupts does not prevent interrupt handlers to be executed in a multiprocessor environment. Spinlocks are required to implement mutual exclusion with ISRs.
|