Index: firmware/App/Drivers/GPIO.c =================================================================== diff -u -r055108714c39391276fc1ae1f404237627306b92 -r3518e8a088c32e75c0c8960d5e629a7401095feb --- firmware/App/Drivers/GPIO.c (.../GPIO.c) (revision 055108714c39391276fc1ae1f404237627306b92) +++ firmware/App/Drivers/GPIO.c (.../GPIO.c) (revision 3518e8a088c32e75c0c8960d5e629a7401095feb) @@ -83,8 +83,8 @@ * @brief * The toggleWatchdogPetSignal function toggles the watchdog pet output * signal on its GPIO pin. - * @details Inputs: none - * @details Outputs: Watchdog pet output signal toggled + * @details \b Inputs: none + * @details \b Outputs: Watchdog pet output signal toggled * @return none *************************************************************************/ void toggleWatchdogPetSignal( void ) @@ -96,8 +96,8 @@ * @brief * The setWatchdogPetSignal function sets the watchdog pet output * signal on its GPIO pin to HIGH. - * @details Inputs: none - * @details Outputs: Watchdog pet output signal set high + * @details \b Inputs: none + * @details \b Outputs: Watchdog pet output signal set high * @return none *************************************************************************/ void setWatchdogPetSignal( void ) @@ -109,8 +109,8 @@ * @brief * The clrWatchdogPetSignal function sets the watchdog pet output * signal on its GPIO pin to LOW. - * @details Inputs: none - * @details Outputs: Watchdog pet output signal set low + * @details \b Inputs: none + * @details \b Outputs: Watchdog pet output signal set low * @return none *************************************************************************/ void clrWatchdogPetSignal( void ) @@ -122,8 +122,8 @@ * @brief * The togglePowerOffRequestSignal function toggles the power off output * signal on its GPIO pin. - * @details Inputs: none - * @details Outputs: Power off output signal toggled + * @details \b Inputs: none + * @details \b Outputs: Power off output signal toggled * @return none *************************************************************************/ void togglePowerOffRequestSignal( void ) @@ -135,8 +135,8 @@ * @brief * The setPowerOffRequestSignal function sets the power off output * signal on its GPIO pin to HIGH. - * @details Inputs: none - * @details Outputs: Power off output signal set high + * @details \b Inputs: none + * @details \b Outputs: Power off output signal set high * @return none *************************************************************************/ void setPowerOffRequestSignal( void ) @@ -148,8 +148,8 @@ * @brief * The clrPowerOffRequestSignal function sets the power off output * signal on its GPIO pin to LOW. - * @details Inputs: none - * @details Outputs: Power off output signal set low + * @details \b Inputs: none + * @details \b Outputs: Power off output signal set low * @return none *************************************************************************/ void clrPowerOffRequestSignal( void ) @@ -161,8 +161,8 @@ * @brief * The getACPowerPresentSignal function gets the AC power present input * signal currently seen on its GPIO pin. - * @details Inputs: AC power present input signal - * @details Outputs: none + * @details \b Inputs: AC power present input signal + * @details \b Outputs: none * @return AC power present input signal *************************************************************************/ PIN_SIGNAL_STATE_T getACPowerPresentSignal( void ) @@ -176,8 +176,8 @@ * @brief * The setAlarmLampGreenSignal function sets the alarm lamp green output * signal on its GPIO pin to HIGH. - * @details Inputs: none - * @details Outputs: Alarm lamp green output signal set high + * @details \b Inputs: none + * @details \b Outputs: Alarm lamp green output signal set high * @return none *************************************************************************/ void setAlarmLampGreenSignal( void ) @@ -189,8 +189,8 @@ * @brief * The setAlarmLampBlueSignal function sets the alarm lamp blue output * signal on its GPIO pin to HIGH. - * @details Inputs: none - * @details Outputs: Alarm lamp blue output signal set high + * @details \b Inputs: none + * @details \b Outputs: Alarm lamp blue output signal set high * @return none *************************************************************************/ void setAlarmLampBlueSignal( void ) @@ -202,8 +202,8 @@ * @brief * The setAlarmLampRedSignal function sets the alarm lamp red output * signal on its GPIO pin to HIGH. - * @details Inputs: none - * @details Outputs: Alarm lamp red output signal set high + * @details \b Inputs: none + * @details \b Outputs: Alarm lamp red output signal set high * @return none *************************************************************************/ void setAlarmLampRedSignal( void ) @@ -215,8 +215,8 @@ * @brief * The clrAlarmLampGreenSignal function sets the alarm lamp green output * signal on its GPIO pin to LOW. - * @details Inputs: none - * @details Outputs: Alarm lamp green output signal set low + * @details \b Inputs: none + * @details \b Outputs: Alarm lamp green output signal set low * @return none *************************************************************************/ void clrAlarmLampGreenSignal( void ) @@ -228,8 +228,8 @@ * @brief * The clrAlarmLampBlueSignal function sets the alarm lamp blue output * signal on its GPIO pin to LOW. - * @details Inputs: none - * @details Outputs: Alarm lamp blue output signal set low + * @details \b Inputs: none + * @details \b Outputs: Alarm lamp blue output signal set low * @return none *************************************************************************/ void clrAlarmLampBlueSignal( void ) @@ -241,8 +241,8 @@ * @brief * The clrAlarmLampRedSignal function sets the alarm lamp red output * signal on its GPIO pin to LOW. - * @details Inputs: none - * @details Outputs: Alarm lamp red output signal set low + * @details \b Inputs: none + * @details \b Outputs: Alarm lamp red output signal set low * @return none *************************************************************************/ void clrAlarmLampRedSignal( void ) @@ -254,8 +254,8 @@ * @brief * The setSafetyShutdownSignal function sets the safety shutdown output * signal on its GPIO pin to HIGH. - * @details Inputs: none - * @details Outputs: Safety shutdown output signal set high + * @details \b Inputs: none + * @details \b Outputs: Safety shutdown output signal set high * @return none *************************************************************************/ void setSafetyShutdownSignal( void ) @@ -267,8 +267,8 @@ * @brief * The clrSafetyShutdownSignal function sets the safety shutdown output * signal on its GPIO pin to LOW. - * @details Inputs: none - * @details Outputs: Safety shutdown output signal set low + * @details \b Inputs: none + * @details \b Outputs: Safety shutdown output signal set low * @return none *************************************************************************/ void clrSafetyShutdownSignal( void ) @@ -280,8 +280,8 @@ * @brief * The getSafetySignal function gets the safety shutdown input signal * currently seen on its GPIO pin. - * @details Inputs: Safety shutdown input signal - * @details Outputs: none + * @details \b Inputs: Safety shutdown input signal + * @details \b Outputs: none * @return Safety shutdown input signal *************************************************************************/ PIN_SIGNAL_STATE_T getSafetySignal( void ) @@ -295,8 +295,8 @@ * @brief * The getOffButtonSignal function gets the off button input signal * currently seen on its GPIO pin. - * @details Inputs: Off button input signal - * @details Outputs: none + * @details \b Inputs: Off button input signal + * @details \b Outputs: none * @return Off button input signal *************************************************************************/ PIN_SIGNAL_STATE_T getOffButtonSignal( void ) @@ -310,8 +310,8 @@ * @brief * The getStopButtonSignal function gets the stop button input signal * currently seen on its GPIO pin. - * @details Inputs: stop button input signal - * @details Outputs: none + * @details \b Inputs: stop button input signal + * @details \b Outputs: none * @return Stop button input signal *************************************************************************/ PIN_SIGNAL_STATE_T getStopButtonSignal( void )