Index: firmware/App/Modes/ModeInitPOST.c =================================================================== diff -u -r9b9af8666ecd84c16912351bf828ccae062037be -rcc398b14ccf518f350b57fb5cb8728e5c908bd1e --- firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision 9b9af8666ecd84c16912351bf828ccae062037be) +++ firmware/App/Modes/ModeInitPOST.c (.../ModeInitPOST.c) (revision cc398b14ccf518f350b57fb5cb8728e5c908bd1e) @@ -43,10 +43,10 @@ /*********************************************************************//** * @brief - * The initInitAndPOSTMode function initializes the Initialize & POST Mode module. + * The initInitAndPOSTMode function initializes the Initialization and POST mode module. * @details * Inputs : none - * Outputs : Initialize & POST Mode module initialized. + * Outputs : Initialization and POST mode module initialized * @return none *************************************************************************/ void initInitAndPOSTMode( void ) @@ -59,11 +59,11 @@ /*********************************************************************//** * @brief - * The transitionToInitAndPOSTMode function prepares for transition to\n - * initialize & POST mode. + * The transitionToInitAndPOSTMode function prepares for transition to + * initialization and POST mode. * @details * Inputs : none - * Outputs : + * Outputs : none * @return none *************************************************************************/ void transitionToInitAndPOSTMode( void ) @@ -73,10 +73,11 @@ /*********************************************************************//** * @brief - * The execInitAndPOSTMode function executes the Initialize & POST Mode state machine. + * The execInitAndPOSTMode function executes the initialization and POST + * mode state machine. * @details * Inputs : postState - * Outputs : POST state machine executed + * Outputs : Initialization and POST mode state machine executed * @return current state. *************************************************************************/ U32 execInitAndPOSTMode( void ) @@ -162,9 +163,8 @@ /*********************************************************************//** * @brief - * The isPOSTCompleted function determines whether all HD POST have \n - * been run and completed. If true, call the isPOSTPassed() to see final \n - * result (pass/fail). + * The isPOSTCompleted function determines whether all DG POST have been run + * and completed. If true, call the isPOSTPassed() to see final result (pass/fail). * @details * Inputs : postCompleted * Outputs : none @@ -177,7 +177,7 @@ /*********************************************************************//** * @brief - * The isPOSTPassed function determines whether all HD POST have passed. \n + * The isPOSTPassed function determines whether all HD POST have passed. * Call this function after POST is complete (call isPOSTCompleted function). * @details * Inputs : postPassed @@ -191,8 +191,7 @@ /*********************************************************************//** * @brief - * The handlePOSTStatus function handles a status result returned by a - * POST function. + * The handlePOSTStatus function handles a status result returned by a POST function. * @details * Inputs : postPassed * Outputs : none @@ -217,12 +216,12 @@ /*********************************************************************//** * @brief - * The getCurrentInitAndPOSTState function returns the current state of the \n - * initialize & POST mode. + * The getCurrentInitAndPOSTState function returns the current state of the + * initialization and POST mode. * @details * Inputs : postState * Outputs : none - * @return the current state of initialize & POST mode. + * @return the current state of initialization and POST mode *************************************************************************/ DG_POST_STATE_T getCurrentInitAndPOSTState( void ) {