Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r9cc5da6947aa143a10f95519eb7f366c1b095d61 -reae0635792a827b7cf9197cf6f6e253f2a094260 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 9cc5da6947aa143a10f95519eb7f366c1b095d61) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision eae0635792a827b7cf9197cf6f6e253f2a094260) @@ -49,6 +49,8 @@ void setFPGACPiProbeType( U16 probeType ); void setFPGAV3AcidPumpControl( U08 pumpControl ); void setFPGAV3BicarbPumpControl( U08 pumpControl ); +void setFPGAV3AcidPumpParkCmd( void ); +void setFPGAV3BicarbPumpParkCmd( void ); void setFPGAAcidPumpSetStepSpeed( U16 stepSpeed ); void setFPGABicarbSetStepSpeed( U16 stepSpeed ); @@ -100,7 +102,11 @@ U08 getFPGACPoErrorCount( void ); U32 getFPGACPo( void ); -U08 getFPGAConcentratePumpsFault( void ); +U08 getFPGAConcentratePumpsFault( void ); +BOOL getFPGAAcidPumpIsParked( void ); +BOOL getFPGABicarbPumpIsParked( void ); +BOOL getFPGAAcidPumpParkFault( void ); +BOOL getFPGABicarbPumpParkFault( void ); U08 getFPGAEmstatCD1CD2OutByte( void ); U08 getFPGAEmstatCD1CD2RxErrCount( void ); @@ -149,8 +155,11 @@ #endif //***************** DVT Functions ***************************/ + void setFPGAAcidPumpControl( U08 control ); void setFPGABicarbPumpControl( U08 control ); +void setFPGAAcidPumpParkCmd( void ); +void setFPGABicarbPumpParkCmd( void ); U08 getFPGABaroReadCount( void ); U08 getFPGABaroErrorCount( void );