Skip to content
New issue

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

xdp_intr.c is missing a few function definitions in the header #294

Open
PCrabbeIMMT opened this issue Mar 21, 2024 · 0 comments
Open

xdp_intr.c is missing a few function definitions in the header #294

PCrabbeIMMT opened this issue Mar 21, 2024 · 0 comments

Comments

@PCrabbeIMMT
Copy link

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++

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant