![]() |
rfdc
Xilinx SDK Drivers API Documentation
|
Functions | |
| void | XRFdc_IntrEnable (XRFdc *InstancePtr, u32 Type, int Tile_Id, u32 Block_Id, u32 IntrMask) |
| This function sets the interrupt mask. More... | |
| void | XRFdc_IntrDisable (XRFdc *InstancePtr, u32 Type, int Tile_Id, u32 Block_Id, u32 IntrMask) |
| This function clears the interrupt mask. More... | |
| u32 | XRFdc_GetIntrStatus (XRFdc *InstancePtr, u32 Type, int Tile_Id, u32 Block_Id) |
| This function returns the interrupt status read from Interrupt Status Register(ISR). More... | |
| void | XRFdc_IntrClr (XRFdc *InstancePtr, u32 Type, int Tile_Id, u32 Block_Id, u32 IntrMask) |
| This function clear the interrupts. More... | |
| int | XRFdc_IntrHandler (int Vector, void *XRFdcPtr) |
| This function is the interrupt handler for the driver. More... | |
| void | XRFdc_SetStatusHandler (XRFdc *InstancePtr, void *CallBackRef, XRFdc_StatusHandler FunctionPtr) |
| This function sets the status callback function, the status handler, which the driver calls when it encounters conditions that should be reported to the higher layer software. More... | |