Index: firmware/App/Drivers/BPDriver.c =================================================================== diff -u -rf376257c406e8b4f61ef4ad10f0b0f84831932d2 -rb4fa063812ba80ecf4f59f6d6c4394aaf22fdb03 --- firmware/App/Drivers/BPDriver.c (.../BPDriver.c) (revision f376257c406e8b4f61ef4ad10f0b0f84831932d2) +++ firmware/App/Drivers/BPDriver.c (.../BPDriver.c) (revision b4fa063812ba80ecf4f59f6d6c4394aaf22fdb03) @@ -82,7 +82,7 @@ * @brief * The initBPDriver function initializes the blood pressure driver. * @details \b Inputs: none - * @details \b Outputs: BPDriver variables initialized + * @details \b Outputs: BPDriver unit is initialized * @return none ***************************************************************************/ void initBPDriver( void ) @@ -104,7 +104,7 @@ /*********************************************************************//** * @brief * The getBPResponseCode function returns the FPGA NIBP response code. - * @details \b Inputs: getNIBPStatusResponse + * @details \b Inputs: none * @details \b Outputs: none * @return FPGA NIBP response code. ***************************************************************************/ @@ -215,7 +215,7 @@ * @brief * The handleBPDriverClearCmdState function clears the BP command ready bit. * @details \b Inputs: none -* @details \b Outputs: setNIBPCommand, bpCommandClearCtr +* @details \b Outputs: bpCommandClearCtr * @return next BP driver state ***************************************************************************/ static BP_DRIVER_STATE_T handleBPDriverClearCmdState( void ) @@ -254,7 +254,7 @@ * @brief * The handleBPDriverSendCmdState function sends the pending BP command. * @details \b Inputs: pendingBPCommand -* @details \b Outputs: setNIBPCommand +* @details \b Outputs: none * @return next BP driver state ***************************************************************************/ static BP_DRIVER_STATE_T handleBPDriverSendCmdState( void ) @@ -270,7 +270,7 @@ * @brief * The handleBPDriverWaitFpgaAckState function waits for FPGA command * acknowledge. -* @details \b Inputs: getNIBPControlStatus +* @details \b Inputs: none * @details \b Outputs: none * @return next BP driver state ***************************************************************************/ @@ -291,7 +291,7 @@ * The handleBPDriverClearCmdAfterAckState function clears the BP command * ready bit after FPGA acknowledge. * @details \b Inputs: none -* @details \b Outputs: setNIBPCommand +* @details \b Outputs: none * @return next BP driver state ***************************************************************************/ static BP_DRIVER_STATE_T handleBPDriverClearCmdAfterAckState( void ) @@ -307,7 +307,7 @@ * @brief * The handleBPDriverWaitModuleStartState function waits for the BP module * to signal that the command started. -* @details \b Inputs: getNIBPStatusResponse, pendingBPCommand +* @details \b Inputs: pendingBPCommand * @details \b Outputs: none * @return next BP driver state ***************************************************************************/ @@ -338,7 +338,7 @@ * @brief * The handleBPDriverWaitMeasurementCompleteState function waits for the * BP measurement command to complete. -* @details \b Inputs: getNIBPStatusResponse +* @details \b Inputs: none * @details \b Outputs: pendingBPCommand, bpDriverError * @return next BP driver state ***************************************************************************/ @@ -364,7 +364,7 @@ * @brief * The handleBPDriverGetDataState function retrieves blood pressure * measurement results. -* @details \b Inputs: FPGA NIBP blood pressure registers +* @details \b Inputs: none * @details \b Outputs: bpResults, bpMeasurementReady, pendingBPCommand * @return next BP driver state ***************************************************************************/