Syntax
void X<DUT>_InterruptClear(X<DUT> *InstancePtr, u32 Mask);
Description
Clear the interrupt status.
-
InstancePtr
- A pointer to the device instance.
-
Mask
- Bit mask.
- Bit n = 1: toggle interrupt source n.
- Bit n = 0: no change.