Function Prototype
u32 XRFdc_GetEnabledInterrupts(XRFdc *InstancePtr, u32 Type, u32 Tile_Id, u32 Block_Id, u32 *IntrMask)
Arguments
- XRFdc *InstancePtr
- Pointer to the driver instance.
- u32 Type
- RF-ADC or RF-DAC; 0 for RF-ADC and 1 for RF-DAC.
- u32 Tile_Id
- RF-ADC or RF-DAC tile number. Valid values are 0-3.
- u32 Block_Id
- RF-ADC or RF-DAC number inside the tile. Valid values are 0-3.
- u32 *IntrMask
- IntrMask is a pointer to the mask of enabled interrupts. 1 denotes an enabled interrupt, and 0 denotes a disabled interrupt.:
Description
This API function populates IntrMask
with the
enabled interrupts for a given block.
Return Value
XRFDC_SUCCESS
XRFDC_FAILURE