We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following functions are missing inside of xdp.h
void XDp_RxInterruptEnable1(XDp *InstancePtr, u32 Mask) https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/dp14/src/xdp_intr.c#L194
void XDp_RxInterruptDisable1(XDp *InstancePtr, u32 Mask) https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/dp14/src/xdp_intr.c#L223
It looks like these should be declared, as they are used in the displayport examples, but wont compile in C++
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following functions are missing inside of xdp.h
void XDp_RxInterruptEnable1(XDp *InstancePtr, u32 Mask)
https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/dp14/src/xdp_intr.c#L194
void XDp_RxInterruptDisable1(XDp *InstancePtr, u32 Mask)
https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/dp14/src/xdp_intr.c#L223
It looks like these should be declared, as they are used in the displayport examples, but wont compile in C++
The text was updated successfully, but these errors were encountered: