Index: firmware/App/Drivers/PAL.c =================================================================== diff -u -r01892698468068bb97a80a84c96a6d7c5d6fde9b -r3518e8a088c32e75c0c8960d5e629a7401095feb --- firmware/App/Drivers/PAL.c (.../PAL.c) (revision 01892698468068bb97a80a84c96a6d7c5d6fde9b) +++ firmware/App/Drivers/PAL.c (.../PAL.c) (revision 3518e8a088c32e75c0c8960d5e629a7401095feb) @@ -30,8 +30,8 @@ /*********************************************************************//** * @brief * The setSystemREG1_SYSECR function sets the SYSECR register to a given value. - * @details Inputs: none - * @details Outputs: SYSECR register set to given value + * @details \b Inputs: none + * @details \b Outputs: SYSECR register set to given value * @return none *************************************************************************/ void setSystemREG1_SYSECR( U32 regval ) @@ -42,8 +42,8 @@ /*********************************************************************//** * @brief * The getSystemREG1_SYSECR function gets the current value of the SYSECR register. - * @details Inputs: SYSECR register - * @details Outputs: none + * @details \b Inputs: SYSECR register + * @details \b Outputs: none * @return Value of the SYSECR register *************************************************************************/ U32 getSystemREG1_SYSECR( void ) @@ -55,8 +55,8 @@ * @brief * The setCrcREG_PSA_SIGREGL1 function sets the CRC PSA_SIGREGL1 register * to a given value. - * @details Inputs: none - * @details Outputs: PSA_SIGREGL1 register set to given value + * @details \b Inputs: none + * @details \b Outputs: PSA_SIGREGL1 register set to given value * @return none *************************************************************************/ void setCrcREG_PSA_SIGREGL1( U32 regval ) @@ -68,8 +68,8 @@ * @brief * The getCrcREG_PSA_SIGREGL1 function gets the current value of the CRC * PSA_SIGREGL1 register. - * @details Inputs: PSA_SIGREGL1 register - * @details Outputs: none + * @details \b Inputs: PSA_SIGREGL1 register + * @details \b Outputs: none * @return Value of the PSA_SIGREGL1 register *************************************************************************/ U32 getCrcREG_PSA_SIGREGL1( void )