Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r8b73263b38f449dacc0795c67a7cf6240cb79026 -rf9a866abfc44db38c01cb795fea894cce1042eec --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 8b73263b38f449dacc0795c67a7cf6240cb79026) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision f9a866abfc44db38c01cb795fea894cce1042eec) @@ -60,15 +60,7 @@ void setAlarmAudioState( U32 state, U32 volumeLevel, U32 volumeDivider ); F32 getFPGABloodFlowSignalStrength( void ); -F32 getFPGADialysateFlowSignalStrength( void ); -F32 getFPGADialysateFlow( void ); -U08 getFPGADialysateFlowMeterStatus( void ); -U08 getFPGADialysateFlowFastPacketReadCounter( void ); -U08 getFPGADialysateFlowSlowPacketReadCounter( void ); -U08 getFPGADialysateFlowStatusPacketReadCounter( void ); -U08 getFPGADialysateFlowErrorCounter( void ); - U16 getFPGABloodPumpHallSensorCount( void ); U08 getFPGABloodPumpHallSensorStatus( void ); U16 getFPGADialInPumpHallSensorCount( void ); @@ -88,6 +80,7 @@ U16 getFPGAVenousPressure( void ); U16 getFPGAVenousPressureTemperature( void ); U08 getFPGAVenousPressureReadCounter( void ); +U08 getFPGAVenousPressureErrorCounter( void ); U16 getFPGABloodPumpOcclusion( void ); U08 getFPGABloodPumpOcclusionReadCounter( void ); U08 getFPGABloodPumpOcclusionErrorCounter( void ); @@ -123,30 +116,15 @@ BOOL noFPGAFluidLeakDetected( void ); -BOOL noFPGABloodLeakDetected( void ); // TODO remove -void setFPGABloodLeakZero( void ); -void clearFPGABloodLeakZero( void ); -void setFPGABloodLeakSelfTest( void ); -void clearFPGABloodLeakSelfTest( void ); -U08 getFPGABloodLeakZeroStatus( void ); U08 getFPGABloodLeakStatus( void ); void setFPGABloodLeakUARTControl( U08 value ); void setFPGABloodLeakUARTTransmit( U08 value ); -U08 getFPGABloodLeakZeroStatusCounter( void ); -U08 getFPGABloodLeakCounter( void ); -U08 getFPGABloodLeakZeroedStatus( void ); -U16 getFPGABloodLeakDetectSetPoint( void ); -U16 getFPGABloodLeakDetectLevel( void ); -U16 getFPGABloodLeakStCount( void ); -U16 getFPGABloodLeakLEDIntensity( void ); -U16 getFPGABloodLeakRegisterCounter( void ); + U08 getFPGABloodLeakTxFIFOCount( void ); U16 getFPGABloodLeakRxFIFOCount( void ); U08 getFPGABloodLeakRxErrorCount( void ); U08 getFPGABloodLeakRxFIFODataOut( void ); -U08 getFPGABloodLeakSelfTestErrorCounter( void ); -U08 getFPGABloodLeakZeroErrorCounter( void ); BOOL noFPGABubbleDetected( U32 bubble ); void setFPGABubbleSelfTest( U32 bubble );