Index: firmware/App/Services/FpgaTD.c =================================================================== diff -u -r80a7440462a8f87ee11ed62371baba2d87bb6d89 -r4f7855d894ddf2b62e7225050b5137d01862dd4b --- firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 80a7440462a8f87ee11ed62371baba2d87bb6d89) +++ firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 4f7855d894ddf2b62e7225050b5137d01862dd4b) @@ -1604,8 +1604,8 @@ /********************************************************************//** * @brief * The getNIBPControlStatus function returns the FPGA NIBP control status. - * @details \b Inputs: fpgaSensorReadings - * @details \b Outputs: none + * @details \b Inputs: none + * @details \b Outputs: fpgaSensorReadings * @return FPGA NIBP control status register. ***************************************************************************/ U08 getNIBPControlStatus( void ) @@ -1616,8 +1616,8 @@ /*********************************************************************//** * @brief * The getNIBPStatusResponse function returns the FPGA NIBP response status. - * @details \b Inputs: fpgaSensorReadings - * @details \b Outputs: none + * @details \b Inputs: none + * @details \b Outputs: fpgaSensorReadings * @return FPGA NIBP response status register. ***************************************************************************/ U08 getNIBPStatusResponse( void ) @@ -1628,8 +1628,8 @@ /*********************************************************************//** * @brief * The getNIBPCuffPressure function returns the FPGA NIBP cuff pressure. -* @details \b Inputs: fpgaSensorReadings -* @details \b Outputs: none +* @details \b Inputs: none +* @details \b Outputs: fpgaSensorReadings * @return NIBP cuff pressure in mmHg. *************************************************************************/ S16 getNIBPCuffPressure( void ) @@ -1641,8 +1641,8 @@ * @brief * The getNIBPSystolicPressure function returns the FPGA systolic blood * pressure measurement. -* @details \b Inputs: fpgaSensorReadings -* @details \b Outputs: none +* @details \b Inputs: none +* @details \b Outputs: fpgaSensorReadings * @return Systolic blood pressure in mmHg. *************************************************************************/ U16 getNIBPSystolicPressure( void ) @@ -1654,8 +1654,8 @@ * @brief * The getNIBPDiastolicPressure function returns the FPGA diastolic blood * pressure measurement. -* @details \b Inputs: fpgaSensorReadings -* @details \b Outputs: none +* @details \b Inputs: none +* @details \b Outputs: fpgaSensorReadings * @return Diastolic blood pressure in mmHg. *************************************************************************/ U16 getNIBPDiastolicPressure( void ) @@ -1666,8 +1666,8 @@ /*********************************************************************//** * @brief * The getNIBPHeartRate function returns the FPGA heart rate measurement. -* @details \b Inputs: fpgaSensorReadings -* @details \b Outputs: none +* @details \b Inputs: none +* @details \b Outputs: fpgaSensorReadings * @return Heart rate in BPM. *************************************************************************/ U16 getNIBPHeartRate( void )