Index: firmware/App/Services/FpgaTD.c =================================================================== diff -u -r9b65dd8a1f273e2d7a7ee0d0eccea8aa43ed4885 -rc2385c415d7630348287c0ebe2dd83715e8e6e74 --- firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 9b65dd8a1f273e2d7a7ee0d0eccea8aa43ed4885) +++ firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision c2385c415d7630348287c0ebe2dd83715e8e6e74) @@ -1096,8 +1096,8 @@ /*********************************************************************//** * @brief * The getH19Status function reads the status of the venous pinch valve. - * @details \b Inputs: none - * @details \b Outputs: fpgaSensorReadings.h19Status + * @details \b Inputs: fpgaSensorReadings.h19Status + * @details \b Outputs: none * @return Latest status of the venous pinch valve *************************************************************************/ U16 getH19Status( void ) @@ -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: fpgaActuatorSetPoints -* @details \b Outputs: none +* @details \b Inputs: none +* @details \b Outputs: fpgaActuatorSetPoints * @param command Blood pressure command to send to the FPGA. * @return none *************************************************************************/ @@ -1603,8 +1603,8 @@ * @brief * The setNIBPInflatePressure function sets the initial NIBP cuff inflate * pressure register. -* @details \b Inputs: fpgaActuatorSetPoints.nibpInflate -* @details \b Outputs: none +* @details \b Inputs: none +* @details \b Outputs: fpgaActuatorSetPoints.nibpInflate * @param pressure Initial cuff inflation pressure in mmHg. * @return none *************************************************************************/