Index: firmware/App/Services/FpgaDD.c =================================================================== diff -u -r2fbc96d39b371df18e2b1b641fcd4917806c0767 -r69eed307fa3ff217f73b5c7a2282fd704fbd0dc1 --- firmware/App/Services/FpgaDD.c (.../FpgaDD.c) (revision 2fbc96d39b371df18e2b1b641fcd4917806c0767) +++ firmware/App/Services/FpgaDD.c (.../FpgaDD.c) (revision 69eed307fa3ff217f73b5c7a2282fd704fbd0dc1) @@ -3085,8 +3085,8 @@ * @brief * The getFPGABloodLeakStatus function returns the blood leak sensor's * blood detection status bit. - * @details Inputs: fpgaSensorReadings - * @details Outputs: none + * @details \b Inputs: fpgaSensorReadings + * @details \b Outputs: none * @return blood leak sensor self test status bit *************************************************************************/ U08 getFPGABloodLeakStatus( void ) @@ -3100,8 +3100,8 @@ * @brief * The setFPGABloodLeakUARTControl function sets the blood leak sensor UART * control value. - * @details Inputs: none - * @details Outputs: fpgaActuatorSetPoints + * @details \b Inputs: none + * @details \b Outputs: fpgaActuatorSetPoints * @return none *************************************************************************/ void setFPGABloodLeakUARTControl( U08 value ) @@ -3113,8 +3113,8 @@ * @brief * The setFPGABloodLeakUARTTransmit function sets the blood leak sensor UART * transmit value. - * @details Inputs: none - * @details Outputs: fpgaActuatorSetPoints + * @details \b Inputs: none + * @details \b Outputs: fpgaActuatorSetPoints * @return none *************************************************************************/ void setFPGABloodLeakUARTTransmit( U08 value ) @@ -3126,8 +3126,8 @@ * @brief * The getFPGABloodLeakTxFIFOCount function returns the blood leak transmit * FIFO count. - * @details Inputs: fpgaSensorReadings - * @details Outputs: none + * @details \b Inputs: fpgaSensorReadings + * @details \b Outputs: none * @return fpgaSensorReadings.fpgaD42TxFIFOCnt *************************************************************************/ U08 getFPGABloodLeakTxFIFOCount( void ) @@ -3139,8 +3139,8 @@ * @brief * The getFPGABloodLeakRxFIFOCount function returns the blood leak receive * FIFO count. - * @details Inputs: fpgaSensorReadings - * @details Outputs: none + * @details \b Inputs: fpgaSensorReadings + * @details \b Outputs: none * @return fpgaSensorReadings.fpgaD42RxFIFOCnt *************************************************************************/ U16 getFPGABloodLeakRxFIFOCount( void ) @@ -3152,8 +3152,8 @@ * @brief * The getFPGABloodLeakRxErrorCount function returns the blood leak receive * error count. - * @details Inputs: fpgaSensorReadings - * @details Outputs: none + * @details \b Inputs: fpgaSensorReadings + * @details \b Outputs: none * @return fpgaSensorReadings.fpgaD42RxErrorCnt *************************************************************************/ U08 getFPGABloodLeakRxErrorCount( void ) @@ -3165,8 +3165,8 @@ * @brief * The getFPGABloodLeakRxFIFODataOut function returns the blood leak receive * FIFO data out. - * @details Inputs: fpgaSensorReadings - * @details Outputs: none + * @details \b Inputs: fpgaSensorReadings + * @details \b Outputs: none * @return fpgaSensorReadings.fpgaD42RxFIFODataOut *************************************************************************/ U08 getFPGABloodLeakRxFIFODataOut( void )