Index: firmware/App/Services/FpgaTD.h =================================================================== diff -u -r395522dffef1348e176564925656012f529c1910 -r52761961d73cdc8f5f9c0c83ef420bcd43a27551 --- firmware/App/Services/FpgaTD.h (.../FpgaTD.h) (revision 395522dffef1348e176564925656012f529c1910) +++ firmware/App/Services/FpgaTD.h (.../FpgaTD.h) (revision 52761961d73cdc8f5f9c0c83ef420bcd43a27551) @@ -7,8 +7,8 @@ * * @file FpgaTD.h * -* @author (last) Dara Navaei -* @date (last) 19-Dec-2025 +* @author (last) Jashwant Gantyada +* @date (last) 12-Mar-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -91,6 +91,7 @@ S16 getH4RotorCount( void ); S16 getH4TorqueCount( void ); +U16 getH4RotorRevsCounter( void ); U08 getH6Status( void ); U08 getH6RotorStatus( void ); @@ -125,6 +126,7 @@ void setH13ValveState( VALVE_3WAY_STATE_T state ); void setH20ValveState( VALVE_3WAY_STATE_T state ); +U16 getH12AirPumpMotorRPM( void ); void setH12AirPumpMotorPowerLevel( U08 power ); void setH12AirPumpMotorPWMCntTime( U16 tenNS ); @@ -150,6 +152,23 @@ U32 getFPGAEjectorRetractOpticalSensor( void ); U32 getFPGAEjectorEngageOpticalSensor( void ); +void setFPGASyringePumpControlFlags( U08 bitFlags ); +void setFPGASyringePumpADCandDACControlFlags( U08 bitFlags ); +void setFPGASyringePumpDACOutputLevel( U16 counts ); +void setFPGASyringePumpStepToggleTime( U32 microSeconds ); +U08 getFPGASyringePumpStatus( void ); +U08 getFPGASyringePumpADCReadCounter( void ); +U08 getFPGASyringePumpADCandDACStatus( void ); +U08 getFPGASyringePumpEncoderStatus( void ); +U32 getFPGASyringePumpEncoderPosition( void ); +U16 getFPGASyringePumpADCChannel0( void ); +U16 getFPGASyringePumpADCChannel1( void ); +U16 getFPGASyringePumpADCChannel2( void ); +U16 getFPGASyringePumpADCChannel3( void ); +U08 getFPGASyringePumpDACStatus( void ); +U16 getFPGASyringePumpDACSetting( void ); +U16 getFPGASyringePumpDACStoredSetting( void ); + /**@}*/ #endif