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