embeddedsw/XilinxProcessorIPLib/drivers/dp
Andrei-Liviu Simion db75f68f1f dp: rx: Capture interrupt status from INTERRUPT_CAUSE bits 8 to 31.
Previously, INTERRUPT_CAUSE bits 8 to 31 were being lost due to the variables
assigned having type u8.

This fix now uses masking on the interrupts as the condition to run an interrupt
handler rather than assigning the mask result to a new variable and using the
variable as a boolean condition.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
2015-04-27 12:57:08 +05:30
..
data dp : added hsi namespace to xdefine procs. 2015-04-26 10:35:19 +05:30
doc/html/api dp: Update Doxygen documentation. 2015-04-26 10:34:41 +05:30
examples dp: rx: example: Set up handlers after core configuration has complete. 2015-04-26 10:34:38 +05:30
src dp: rx: Capture interrupt status from INTERRUPT_CAUSE bits 8 to 31. 2015-04-27 12:57:08 +05:30