void vm_irq_restore( VMUINT32 mask );
void vm_irq_restore( VMUINT32 mask );
Used in AP mode, it restores the I bit of the processor. This function must be used in pair with vm_irq_mask().
|
Parameters |
Description |
|
VMUINT32 mask |
[IN] The value returned vm_irq_mask(). |
void.
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.