Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r37a9fd8f15e413db5337371a7d1a1cb65567af7c -r208ceefa8e8b1cc30feb93be771ced6d313e6995 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 37a9fd8f15e413db5337371a7d1a1cb65567af7c) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 208ceefa8e8b1cc30feb93be771ced6d313e6995) @@ -140,6 +140,10 @@ U16 getFPGABloodLeakStCount( void ); U16 getFPGABloodLeakLEDIntensity( void ); U16 getFPGABloodLeakRegisterCounter( void ); +U08 getFPGABloodLeakTxFIFOCount( void ); +U08 getFPGABloodLeakRxFIFOCount( void ); +U08 getFPGABloodLeakRxErrorCount( void ); +U08 getFPGABloodLeakRxFIFODataOut( void ); BOOL noFPGABubbleDetected( U32 bubble ); void setFPGABubbleSelfTest( U32 bubble );