Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r01892698468068bb97a80a84c96a6d7c5d6fde9b -r3518e8a088c32e75c0c8960d5e629a7401095feb --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 01892698468068bb97a80a84c96a6d7c5d6fde9b) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 3518e8a088c32e75c0c8960d5e629a7401095feb) @@ -31,7 +31,7 @@ //#include "NVDataMgmt.h" #include "OperationModes.h" #include "PAL.h" -//#include "PresOccl.h" +//#include "Pressures.h" //#include "SyringePump.h" #include "SystemCommTD.h" #include "TaskGeneral.h" @@ -83,9 +83,9 @@ /*********************************************************************//** * @brief - * The initInitAndPOSTMode function initializes the Initialize & POST Mode module. - * @details Inputs: none - * @details Outputs: Initialize & POST Mode module initialized. + * The initInitAndPOSTMode function initializes the Initialize & POST Mode unit. + * @details \b Inputs: none + * @details \b Outputs: Initialize & POST Mode unit initialized. * @return none *************************************************************************/ void initInitAndPOSTMode( void ) @@ -107,8 +107,8 @@ * @brief * The transitionToInitAndPOSTMode function prepares for transition to * initialize & POST mode. - * @details Inputs: none - * @details Outputs: none + * @details \b Inputs: none + * @details \b Outputs: none * @return initial state *************************************************************************/ U32 transitionToInitAndPOSTMode( void ) @@ -135,8 +135,8 @@ * @brief * The execInitAndPOSTMode function executes the Initialize & POST Mode * state machine. - * @details Inputs: postState - * @details Outputs: postState, postPassed, postCompleted + * @details \b Inputs: postState + * @details \b Outputs: postState, postPassed, postCompleted * @return current state (sub-mode) *************************************************************************/ U32 execInitAndPOSTMode( void ) @@ -295,8 +295,8 @@ * @brief * The signalAlarmActionToInitAndPOSTMode function executes the given alarm action * as appropriate while in InitAndPOST Mode. - * @details Inputs: none - * @details Outputs: given alarm action executed + * @details \b Inputs: none + * @details \b Outputs: given alarm action executed * @param action ID of alarm action to execute * @return none *************************************************************************/ @@ -309,8 +309,8 @@ * @brief * The signalUIPOSTFinalResult function records the final POST result for * the UI. - * @details Inputs: none - * @details Outputs: uiPOSTPassed + * @details \b Inputs: none + * @details \b Outputs: uiPOSTPassed * @param passed TRUE if UI POST tests all passed, FALSE if any UI POST test failed * @return none *************************************************************************/ @@ -324,8 +324,8 @@ * @brief * The signalDDPOSTFinalResult function records the final POST result for * the DD. - * @details Inputs: none - * @details Outputs: dgPOSTPassed, dgPOSTResultReceived + * @details \b Inputs: none + * @details \b Outputs: dgPOSTPassed, dgPOSTResultReceived * @param passed TRUE if DD POST tests all passed, FALSE if any DD POST test failed * @return none *************************************************************************/ @@ -338,8 +338,8 @@ /*********************************************************************//** * @brief * The getDDPOSTPassed function gets the POST passed status of the DD sub-system. - * @details Inputs: dgPOSTPassed, dgPOSTResultReceived - * @details Outputs: none + * @details \b Inputs: dgPOSTPassed, dgPOSTResultReceived + * @details \b Outputs: none * @return TRUE if DD POST result received and passed, FALSE if not *************************************************************************/ BOOL getDDPOSTPassed( void ) @@ -352,8 +352,8 @@ /*********************************************************************//** * @brief * The signalUIVersion function records the reported UI version information. - * @details Inputs: none - * @details Outputs: uiVersion + * @details \b Inputs: none + * @details \b Outputs: uiVersion * @param version Version information reported by UI * @return none *************************************************************************/ @@ -365,8 +365,8 @@ /*********************************************************************//** * @brief * The signalDDVersion function records the reported DD version information. - * @details Inputs: none - * @details Outputs: dgVersion + * @details \b Inputs: none + * @details \b Outputs: dgVersion * @param version Version information reported by DD * @return none *************************************************************************/ @@ -378,8 +378,8 @@ /*********************************************************************//** * @brief * The getDDVersion function returns the DD version information. - * @details Inputs: dgVersion - * @details Outputs: none + * @details \b Inputs: dgVersion + * @details \b Outputs: none * @return dgVersion *************************************************************************/ DD_VERSIONS_T getDDVersion( void ) @@ -392,8 +392,8 @@ * The isPOSTCompleted function determines whether all HD POST have * been run and completed. If true, call the isPOSTPassed() to see final * result (pass/fail). - * @details Inputs: postCompleted - * @details Outputs: none + * @details \b Inputs: postCompleted + * @details \b Outputs: none * @return true if all HD POST tests have completed, false if not *************************************************************************/ BOOL isPOSTCompleted( void ) @@ -405,8 +405,8 @@ * @brief * The isPOSTPassed function determines whether all HD POST have passed. * Call this function after POST is complete (call isPOSTCompleted function). - * @details Inputs: postPassed - * @details Outputs: none + * @details \b Inputs: postPassed + * @details \b Outputs: none * @return true if all HD POST tests have passed, false if not *************************************************************************/ BOOL isPOSTPassed( void ) @@ -417,8 +417,8 @@ /*********************************************************************//** * @brief * The isDGPOSTPassed function determines whether all DG POST have passed. - * @details Inputs: dgPOSTPassed - * @details Outputs: none + * @details \b Inputs: dgPOSTPassed + * @details \b Outputs: none * @return true if all DG POST tests have passed, false if not *************************************************************************/ BOOL isDGPOSTPassed( void ) @@ -430,8 +430,8 @@ * @brief * The handlePOSTStatus function handles a status result returned by a * POST function. - * @details Inputs: testStatus - * @details Outputs: tempPOSTPassed + * @details \b Inputs: testStatus + * @details \b Outputs: tempPOSTPassed * @param testStatus status reported by last test * @return recommended next POST state *************************************************************************/ @@ -471,8 +471,8 @@ /*********************************************************************//** * @brief * The handlePOSTStateStart function handles the POST start state. - * @details Inputs: startPOSTDelayCounter - * @details Outputs: startPOSTDelayCounter + * @details \b Inputs: startPOSTDelayCounter + * @details \b Outputs: startPOSTDelayCounter * @return next POST state *************************************************************************/ static HD_POST_STATE_T handlePOSTStateStart( void ) @@ -512,8 +512,8 @@ /*********************************************************************//** * @brief * The execFWCompatibilityTest function executes the firmware compatibility test. - * @details Inputs: none - * @details Outputs: none + * @details \b Inputs: none + * @details \b Outputs: none * @return in progress, passed, or failed *************************************************************************/ static SELF_TEST_STATUS_T execFWCompatibilityTest( void ) @@ -532,8 +532,8 @@ /*********************************************************************//** * @brief * The execUITest function executes the UI POST passed test. - * @details Inputs: uiPOSTResultReceived, uiPOSTPassed, waitForUIPostTimerCtr - * @details Outputs: waitForUIPostTimerCtr + * @details \b Inputs: uiPOSTResultReceived, uiPOSTPassed, waitForUIPostTimerCtr + * @details \b Outputs: waitForUIPostTimerCtr * @return in progress, passed, or failed *************************************************************************/ static SELF_TEST_STATUS_T execUITest( void )