Sets interrupt mask.
Prototype
void XDfePrach_SetInterruptMask(const XDfePrach *InstancePtr, const XDfePrach_InterruptMask *Mask);
Parameters
The following table lists the XDfePrach_SetInterruptMask
function arguments.
Type | Member | Description |
---|---|---|
const
XDfePrach
* |
InstancePtr | Pointer to the PRACH instance. |
const
XDfePrach_InterruptMask
* |
Mask |
Interrupt mask flags container.
|