Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r54ef95cc10bd42a8c8804e7af9c5d38bff84198d -rcd5be724d5a3ba7457e761191d82f278654d7f5c --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 54ef95cc10bd42a8c8804e7af9c5d38bff84198d) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision cd5be724d5a3ba7457e761191d82f278654d7f5c) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2019-2022 Diality Inc. - All Rights Reserved. +* Copyright (c) 2019-2024 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * @file FPGA.h * -* @author (last) Dara Navaei -* @date (last) 17-Oct-2022 +* @author (last) Sean Nash +* @date (last) 05-Sep-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -59,8 +59,6 @@ void setAlarmAudioState( U32 state, U32 volumeLevel, U32 volumeDivider ); -F32 getFPGABloodFlowSignalStrength( void ); - U16 getFPGABloodPumpHallSensorCount( void ); U08 getFPGABloodPumpHallSensorStatus( void ); U16 getFPGADialInPumpHallSensorCount( void ); @@ -98,6 +96,9 @@ U16 getFPGASyringePumpADCChannel1( void ); U16 getFPGASyringePumpADCChannel2( void ); U16 getFPGASyringePumpADCChannel3( void ); +U08 getFPGASyringePumpDACStatus( void ); +U16 getFPGASyringePumpDACSetting( void ); +U16 getFPGASyringePumpDACStoredSetting( void ); U16 getFPGATimerCount( void ); @@ -109,8 +110,6 @@ void getFPGAAirTrapLevels( BOOL *airAtLower, BOOL *airAtUpper ); -void setFPGASensorTest( U08 sensorTest ); - void setFPGAValvesControlMode( U16 bits ); U16 getFPGAValvesStatus( void );