VMUINT32 vm_irq_mask();
VMUINT32 vm_irq_mask();
Used in AP mode, it masks the I bit of the processor. This function must be used in pair with the vm_irq_restore(). The I bit mask time should not exceed 5ms.
The mask status of the current I bit.
VMUIN32 savedMask;
savedMask = vm_irq_mask();
... // your code need to protect
vm_irq_restore(savedMask);
vmdcl.h
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.