Index: firmware/App/Controllers/AirTrap.c =================================================================== diff -u -r7f3bf72c038de385e8a0d743990069c039e13ba0 -r6ce3614af20c9f80e259f030d75c106266a4e32b --- firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision 7f3bf72c038de385e8a0d743990069c039e13ba0) +++ firmware/App/Controllers/AirTrap.c (.../AirTrap.c) (revision 6ce3614af20c9f80e259f030d75c106266a4e32b) @@ -82,7 +82,7 @@ static OVERRIDE_F32_T airTrapAirPumpRaisePowerLevel; ///< Air pump power level to use when raising the air trap blood level. static OVERRIDE_F32_T airTrapAirPumpLowerPowerLevel; ///< Air pump power level to use when lowering the air trap blood level. -static BOOL pendingStartAirTrapController; ///< Flag indicates an air trap controller start request is pending. +static BOOL pendingStartAirTrapController; ///< Indicates an air trap controller start request is pending. static BOOL pendingStopAirTrapController; ///< Flag indicates an air trap controller stop request is pending. static U32 airTrapFillStartTime; ///< Air trap fill (raise level) operation start time. Index: firmware/App/Services/FpgaTD.c =================================================================== diff -u -r82e0b3947c200cddb401f2eeb22db4a4711d174d -r6ce3614af20c9f80e259f030d75c106266a4e32b --- firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 82e0b3947c200cddb401f2eeb22db4a4711d174d) +++ firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 6ce3614af20c9f80e259f030d75c106266a4e32b) @@ -1580,8 +1580,8 @@ * The setNIBPCommand function sets the FPGA NIBP command bits and pulses * the command ready bit to notify the FPGA that a new NIBP command is * available. -* @details \b Inputs: none -* @details \b Outputs: fpgaActuatorSetPoints.nibpCtl +* @details \b Inputs: fpgaActuatorSetPoints +* @details \b Outputs: none * @return none *************************************************************************/ void setNIBPCommand( U08 command ) @@ -1602,7 +1602,7 @@ * @brief * The setNIBPInflatePressure function sets the initial NIBP cuff inflate * pressure register. -* @details \b Inputs: fpgaActuatorSetPoints.nibpInflate +* @details \b Inputs: fpgaActuatorSetPoints * @details \b Outputs: none * @return none *************************************************************************/ @@ -1614,7 +1614,7 @@ /********************************************************************//** * @brief * The getNIBPControlStatus function returns the FPGA NIBP control status. - * @details \b Inputs: fpgaSensorReadings.nibpCtlStatus + * @details \b Inputs: fpgaSensorReadings * @details \b Outputs: none * @return FPGA NIBP control status register. ***************************************************************************/ @@ -1626,7 +1626,7 @@ /*********************************************************************//** * @brief * The getNIBPStatusResponse function returns the FPGA NIBP response status. - * @details \b Inputs: fpgaSensorReadings.nibpStatusResp + * @details \b Inputs: fpgaSensorReadings * @details \b Outputs: none * @return FPGA NIBP response status register. ***************************************************************************/ @@ -1638,7 +1638,7 @@ /*********************************************************************//** * @brief * The getNIBPCuffPressure function returns the FPGA NIBP cuff pressure. -* @details \b Inputs: fpgaSensorReadings.cuffPressure +* @details \b Inputs: fpgaSensorReadings * @details \b Outputs: none * @return NIBP cuff pressure in mmHg. *************************************************************************/ @@ -1651,7 +1651,7 @@ * @brief * The getNIBPSystolicPressure function returns the FPGA systolic blood * pressure measurement. -* @details \b Inputs: fpgaSensorReadings.bpSystolic +* @details \b Inputs: fpgaSensorReadings * @details \b Outputs: none * @return Systolic blood pressure in mmHg. *************************************************************************/ @@ -1664,7 +1664,7 @@ * @brief * The getNIBPDiastolicPressure function returns the FPGA diastolic blood * pressure measurement. -* @details \b Inputs: fpgaSensorReadings.bpDiastolic +* @details \b Inputs: fpgaSensorReadings * @details \b Outputs: none * @return Diastolic blood pressure in mmHg. *************************************************************************/ @@ -1676,7 +1676,7 @@ /*********************************************************************//** * @brief * The getNIBPHeartRate function returns the FPGA heart rate measurement. -* @details \b Inputs: fpgaSensorReadings.bpHr +* @details \b Inputs: fpgaSensorReadings * @details \b Outputs: none * @return Heart rate in BPM. *************************************************************************/