Index: firmware/App/Services/FpgaDD.h =================================================================== diff -u -rfefb47e88a5285e99498efb830fdceb9e95c2c3e -r48c75a394c56b82886760e9a136b638edecf7572 --- firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision fefb47e88a5285e99498efb830fdceb9e95c2c3e) +++ firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 48c75a394c56b82886760e9a136b638edecf7572) @@ -137,12 +137,21 @@ U16 getFPGACPAHallSensePulseWidth( void ); U16 getFPGACPBHallSensePulseWidth( void ); -void setFPGADialysateOutPumpSpeed( U16 speed ); -void setFPGADialysateOutPumpControl( U08 control ); -void setFPGADialysateInPumpControl( U08 control ); +void setFPGASpentDialysatePumpSpeed( U16 speed ); +void setFPGAFreshDialysatePumpSpeed( U16 speed ); +void setFPGASpentDialysatePumpControl( U08 control ); +void setFPGAFreshDialysatePumpControl( U08 control ); -U08 getFPGADialysateOutPumpControl( void ); -U08 getFPGADialysateInPumpControl( void ); +U08 getFPGASpentDialysatePumpControl( void ); +U08 getFPGAFreshDialysatePumpControl( void ); +U16 getFPGASpentDialysatePumpSpeed( void ); +U16 getFPGAFreshDialysatePumpSpeed( void ); +BOOL getFPGAFreshDialysatePumpErrorStatus( void ); +BOOL getFPGASpentDialysatePumpErrorStatus( void ); +U16 getFPGAFreshDialysatePumpCurrentFeedback( void ); +U16 getFPGASpentDialysatePumpCurrentFeedback( void ); +U08 getFPGAFreshDialysatePumpHallDirectionStatus( void ); +U08 getFPGASpentDialysatePumpHallDirectionStatus( void ); //Pressure sensor U08 getFPGAPnReadCount( void ); @@ -170,9 +179,21 @@ U16 getFPGAPtmRawPressure( void ); U16 getFPGAPtmRawTemperature( void ); +U08 getFPGAPRiReadCount( void ); +U08 getFPGAPRiErrorCount( void ); +U16 getFPGAPRiRawPressure( void ); +U16 getFPGAPRiRawTemperature( void ); + +U08 getFPGAPRoReadCount( void ); +U08 getFPGAPRoErrorCount( void ); +U16 getFPGAPRoRawPressure( void ); +U16 getFPGAPRoRawTemperature( void ); + //Level sensor U16 getFPGALevelSensor1( void ); U16 getFPGALevelSensor2( void ); +U08 getFPGAFloater1Status( void ); +U08 getFPGAFloater2Status( void ); //Temperature sensors U32 getFPGAInletHeatExchangerTemp( void ); @@ -195,6 +216,10 @@ U32 getFPGABaroPressure( void ); U32 getFPGABaroTemperature( void ); +//Primary and Trimmer heater +void setFPGAPrimaryHeaterPWMControl( U08 control ); +void setFPGATrimmerHeaterPWMControl( U08 control ); + /**@}*/ #endif