![]() |
cfupmc
Xilinx SDK Drivers API Documentation
|
Macros | |
| #define | XCFUPMC_HW_H_ |
| Prevent circular inclusions by using protection macros. More... | |
| #define | XCfupmc_In32 Xil_In32 |
| Input operation. More... | |
| #define | XCfupmc_Out32 Xil_Out32 |
| Output operation. More... | |
| #define | XCfupmc_ReadReg(BaseAddress, RegOffset) XCfupmc_In32((u32)(RegOffset)) |
| This macro reads the given register. More... | |
| #define | XCfupmc_WriteReg(BaseAddress, RegOffset, Data) XCfupmc_Out32((u32)(RegOffset), (u32)(Data)) |
| This macro writes the value into the given register. More... | |