Index: Accel.c =================================================================== diff -u -rd1dab1d15616dfcf804743cf07870e92f3c83649 -rcf2afaec02799525f80e803b55a0f55948c75cad --- Accel.c (.../Accel.c) (revision d1dab1d15616dfcf804743cf07870e92f3c83649) +++ Accel.c (.../Accel.c) (revision cf2afaec02799525f80e803b55a0f55948c75cad) @@ -410,9 +410,9 @@ * @details * Inputs : none * Outputs : none - * @param x : X axis magnitude of vector - * @param y : Y axis magnitude of vector - * @param z : Z axis magnitude of vector + * @param x X axis magnitude of vector + * @param y Y axis magnitude of vector + * @param z Z axis magnitude of vector * @return the length of the given vector. *************************************************************************/ static F32 calcVectorLength( F32 x, F32 y, F32 z ) @@ -593,9 +593,9 @@ * @details * Inputs : none * Outputs : accelCalOffsets[] - * @param offsetX : offset calibration factor for X axis - * @param offsetY : offset calibration factor for Y axis - * @param offsetZ : offset calibration factor for Z axis + * @param offsetX offset calibration factor for X axis + * @param offsetY offset calibration factor for Y axis + * @param offsetZ offset calibration factor for Z axis * @return TRUE if calibration factors successfully set/stored, FALSE if not *************************************************************************/ BOOL setAccelCalibration( F32 offsetX, F32 offsetY, F32 offsetZ ) @@ -629,9 +629,9 @@ * @details * Inputs : accelCalOffsets[] * Outputs : none - * @param offsetX : value to populate with X axis offset calibration factor - * @param offsetY : value to populate with Y axis offset calibration factor - * @param offsetZ : value to populate with Z axis offset calibration factor + * @param offsetX value to populate with X axis offset calibration factor + * @param offsetY value to populate with Y axis offset calibration factor + * @param offsetZ value to populate with Z axis offset calibration factor * @return none *************************************************************************/ void getAccelCalibration( F32 *offsetX, F32 *offsetY, F32 *offsetZ ) @@ -648,7 +648,7 @@ * @details * Inputs : none * Outputs : accelDataPublishInterval - * @param value : override accelerometer data publish interval with (in ms) + * @param value override accelerometer data publish interval with (in ms) * @return TRUE if override successful, FALSE if not *************************************************************************/ BOOL testSetAccelDataPublishIntervalOverride( U32 value ) @@ -696,8 +696,8 @@ * specified accelerometer axis with a given value. * Inputs : none * Outputs : accelAxes[] - * @param axis : ID of sensor axis to override for - * @param value : override value for the given axis + * @param axis ID of sensor axis to override for + * @param value override value for the given axis * @return TRUE if override successful, FALSE if not *************************************************************************/ BOOL testSetAccelAxisOverride( U32 axis, F32 value ) @@ -724,7 +724,7 @@ * @details * Inputs : none * Outputs : accelAxes[] - * @param axis : ID of accelerometer axis to reset override for + * @param axis ID of accelerometer axis to reset override for * @return TRUE if override successful, FALSE if not *************************************************************************/ BOOL testResetAccelAxisOverride( U32 axis ) @@ -750,8 +750,8 @@ * specified accelerometer axis with a given value. * Inputs : none * Outputs : accelMaxs[] - * @param axis : ID of sensor axis to override for - * @param value : override value for the given axis maximum + * @param axis ID of sensor axis to override for + * @param value override value for the given axis maximum * @return TRUE if override successful, FALSE if not *************************************************************************/ BOOL testSetAccelMaxOverride( U32 axis, F32 value ) @@ -778,7 +778,7 @@ * @details * Inputs : none * Outputs : accelMaxs[] - * @param axis : ID of accelerometer axis to reset override for + * @param axis ID of accelerometer axis to reset override for * @return TRUE if override successful, FALSE if not *************************************************************************/ BOOL testResetAccelMaxOverride( U32 axis ) Index: NVDataMgmt.c =================================================================== diff -u -rb9c3435ce15a3ab848f2ef384a9dee346a8ef83d -rcf2afaec02799525f80e803b55a0f55948c75cad --- NVDataMgmt.c (.../NVDataMgmt.c) (revision b9c3435ce15a3ab848f2ef384a9dee346a8ef83d) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision cf2afaec02799525f80e803b55a0f55948c75cad) @@ -268,7 +268,6 @@ * @details * Inputs : none * Outputs : none - * @param none * @return none *************************************************************************/ void initNVDataMgmt ( void ) @@ -307,7 +306,6 @@ * @details * Inputs : MFG_DATA_T (data) * Outputs : BOOL - * @param none * @return BOOL *************************************************************************/ BOOL setMfgData ( MFG_DATA_T data ) @@ -325,7 +323,6 @@ * @details * Inputs : MFG_DATA_T* (buffer) * Outputs : BOOL (status) - * @param none * @return BOOL (status) *************************************************************************/ BOOL getMfgData ( MFG_DATA_T* buffer ) @@ -350,7 +347,6 @@ * @details * Inputs : MFG_DATA_T (data) * Outputs : BOOL - * @param none * @return BOOL *************************************************************************/ BOOL setCalibrationData ( CALIBRATION_DATA_T data ) @@ -372,7 +368,6 @@ * @details * Inputs : CALIBRATION_DATA_T* (buffer) * Outputs : BOOL (status) - * @param none * @return BOOL (status) *************************************************************************/ BOOL getCalibrationData ( CALIBRATION_DATA_T* buffer ) @@ -396,7 +391,6 @@ * @details * Inputs : SERVICE_DATA_T (data) * Outputs : BOOL - * @param none * @return BOOL *************************************************************************/ BOOL setServiceDate ( SERVICE_DATA_T data ) @@ -422,7 +416,6 @@ * @details * Inputs : SERVICE_DATA_T* (buffer) * Outputs : BOOL (status) - * @param none * @return BOOL (status) *************************************************************************/ BOOL getServiceDate ( SERVICE_DATA_T* buffer ) @@ -445,7 +438,6 @@ * @details * Inputs : LOG_DATA_T* (data) * Outputs : BOOL - * @param none * @return BOOL *************************************************************************/ BOOL writeLogData ( LOG_DATA_T* data ) @@ -469,7 +461,6 @@ * @details * Inputs : READ_DATA_T* (buffer), U32 (length) * Outputs : BOOL - * @param none * @return BOOL *************************************************************************/ BOOL readLogData ( READ_DATA_T* buffer, U32 length ) @@ -493,7 +484,6 @@ * @details * Inputs : U32 (mins) * Outputs : BOOL - * @param none * @return BOOL *************************************************************************/ BOOL setTreatmentTime ( U32 hours ) @@ -519,7 +509,6 @@ * @details * Inputs : none * Outputs : U32 - * @param none * @return U32 *************************************************************************/ U32 getTreatmentTime ( void ) @@ -534,7 +523,6 @@ * @details * Inputs : U32 (liters) * Outputs : BOOL - * @param none * @return BOOL *************************************************************************/ BOOL setWaterConsumption ( U32 liters ) @@ -559,7 +547,6 @@ * @details * Inputs : none * Outputs : U32 - * @param none * @return U32 *************************************************************************/ U32 getWaterConsumption ( void ) @@ -575,7 +562,6 @@ * @details * Inputs : DISINFECTION_DATE_T (date) * Outputs : BOOL (status) - * @param none * @return BOOL (status) *************************************************************************/ BOOL setDisinfectionDate ( DISINFECTION_DATE_T date ) @@ -601,7 +587,6 @@ * @details * Inputs : DISINFECTION_DATE_T* (buffer) * Outputs : BOOL (status) - * @param none * @return BOOL (status) *************************************************************************/ BOOL getDisinfectionDate ( DISINFECTION_DATE_T* buffer ) @@ -623,7 +608,6 @@ * @details * Inputs : none * Outputs : SELF_TEST_STATUS_T - * @param none * @return SELF_TEST_STATUS_T *************************************************************************/ SELF_TEST_STATUS_T execNVDataMgmtSelfTest ( void ) @@ -712,7 +696,6 @@ * @details * Inputs : U32 (flag) * Outputs : BOOL - * @param none * @return BOOL *************************************************************************/ BOOL setBootloaderFlag ( U32 flag ) @@ -735,7 +718,6 @@ * @details * Inputs : none * Outputs : U32 (flag value) - * @param none * @return U32 (flag value) *************************************************************************/ U32 getBootloaderFlag( void ) @@ -749,7 +731,6 @@ * @details * Inputs : none * Outputs : none - * @param none * @return none *************************************************************************/ void execNVDataMgmt( void ) @@ -813,7 +794,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_SELF_TEST_STATE_T - * @param none * @return NVDATAMGMT_SELF_TEST_STATE_T *************************************************************************/ static NVDATAMGMT_SELF_TEST_STATE_T handleSelfTestStart ( void ) @@ -835,7 +815,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_SELF_TEST_STATE_T - * @param none * @return NVDATAMGMT_SELF_TEST_STATE_T *************************************************************************/ static NVDATAMGMT_SELF_TEST_STATE_T handleSelfTestEnableEEPROM ( void ) @@ -865,7 +844,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_SELF_TEST_STATE_T - * @param none * @return NVDATAMGMT_SELF_TEST_STATE_T *************************************************************************/ static NVDATAMGMT_SELF_TEST_STATE_T handleSelfTestReadBootloaderFlag ( void ) @@ -906,7 +884,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_SELF_TEST_STATE_T - * @param none * @return NVDATAMGMT_SELF_TEST_STATE_T *************************************************************************/ static NVDATAMGMT_SELF_TEST_STATE_T handleSelfTestReadHDTreatmentTime ( void ) @@ -937,7 +914,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_SELF_TEST_STATE_T - * @param none * @return NVDATAMGMT_SELF_TEST_STATE_T *************************************************************************/ static NVDATAMGMT_SELF_TEST_STATE_T handleSelfTestReadDGWaterConsumption ( void ) @@ -966,7 +942,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_SELF_TEST_STATE_T - * @param none * @return NVDATAMGMT_SELF_TEST_STATE_T *************************************************************************/ static NVDATAMGMT_SELF_TEST_STATE_T handleSelfTestReadLogRecord ( void ) @@ -998,7 +973,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_SELF_TEST_STATE_T - * @param none * @return NVDATAMGMT_SELF_TEST_STATE_T *************************************************************************/ static NVDATAMGMT_SELF_TEST_STATE_T handleSelfTestReadMfgRecord ( void ) @@ -1026,7 +1000,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_SELF_TEST_STATE_T - * @param none * @return NVDATAMGMT_SELF_TEST_STATE_T *************************************************************************/ static NVDATAMGMT_SELF_TEST_STATE_T handleSelfTestReadCalibrationRecord ( void ) @@ -1056,7 +1029,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_SELF_TEST_STATE_T - * @param none * @return NVDATAMGMT_SELF_TEST_STATE_T *************************************************************************/ static NVDATAMGMT_SELF_TEST_STATE_T handleSelfTestReadServiceRecord ( void ) @@ -1085,7 +1057,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_SELF_TEST_STATE_T - * @param none * @return NVDATAMGMT_SELF_TEST_STATE_T *************************************************************************/ static NVDATAMGMT_SELF_TEST_STATE_T handleSelfTestReadLastDisinfectionDate ( void ) @@ -1110,7 +1081,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_SELF_TEST_STATE_T - * @param none * @return NVDATAMGMT_SELF_TEST_STATE_T *************************************************************************/ static NVDATAMGMT_SELF_TEST_STATE_T handleSelfTestCheckCRC ( void ) @@ -1212,7 +1182,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_EXEC_STATE_T - * @param none * @return NVDATAMGMT_EXEC_STATE_T *************************************************************************/ static NVDATAMGMT_EXEC_STATE_T handleExecWaitForPostState ( void ) @@ -1234,7 +1203,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_EXEC_STATE_T - * @param none * @return NVDATAMGMT_EXEC_STATE_T *************************************************************************/ static NVDATAMGMT_EXEC_STATE_T handleExecIdleState ( void ) @@ -1303,7 +1271,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_EXEC_STATE_T - * @param none * @return NVDATAMGMT_EXEC_STATE_T *************************************************************************/ static NVDATAMGMT_EXEC_STATE_T handleExecWriteToEEPROMState ( void ) @@ -1326,7 +1293,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_EXEC_STATE_T - * @param none * @return NVDATAMGMT_EXEC_STATE_T *************************************************************************/ static NVDATAMGMT_EXEC_STATE_T handleExecReadFromEEPROMState ( void ) @@ -1350,7 +1316,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_EXEC_STATE_T - * @param none * @return NVDATAMGMT_EXEC_STATE_T *************************************************************************/ static NVDATAMGMT_EXEC_STATE_T handleExecEraseState ( void ) @@ -1374,7 +1339,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_EXEC_STATE_T - * @param none * @return NVDATAMGMT_EXEC_STATE_T *************************************************************************/ static NVDATAMGMT_EXEC_STATE_T handleExecWriteToRAMState ( void ) @@ -1399,7 +1363,6 @@ * @details * Inputs : none * Outputs : NVDATAMGMT_EXEC_STATE_T - * @param none * @return NVDATAMGMT_EXEC_STATE_T *************************************************************************/ static NVDATAMGMT_EXEC_STATE_T handleExecReadFromRAMState ( void ) @@ -1425,7 +1388,6 @@ * (location), U32 (startAddress), U08* (data), READ_DATA_T* (extAddress) * U32 (length) * Outputs : none - * @param none * @return none *************************************************************************/ static void setMemoryOpsStruct ( NVDATAMGMT_OPERATION_STATE_T ops, NVDATAMGMT_LOCATION_STATE_T location, @@ -1463,7 +1425,6 @@ * @details * Inputs : U08* (data) * Outputs : U32 (opsStartAddress) - * @param none * @return U32 (opsStartAddress) *************************************************************************/ static U32 prepareWriteLogJobAndGetStartAddress ( U08* data ) @@ -1516,7 +1477,6 @@ * @details * Inputs : none * Outputs : U32 (opsStartAddress) - * @param none * @return U32 (opsStartAddress) *************************************************************************/ static U32 prepareReadLogJobAndGetStartAddress ( void ) @@ -1563,7 +1523,6 @@ * (location), U32 (startAddress), U08* (data), READ_DATA_T* (extAddress) * U32 (length) * Outputs : none - * @param none * @return none *************************************************************************/ static void enqueue ( NVDATAMGMT_OPERATION_STATE_T ops, NVDATAMGMT_LOCATION_STATE_T location, @@ -1625,7 +1584,6 @@ * @details * Inputs : none * Outputs : none - * @param none * @return none *************************************************************************/ static void dequeue ( void ) @@ -1653,7 +1611,6 @@ * @details * Inputs : none * Outputs : isEmpty (BOOL) - * @param none * @return isEmpty (BOOL) *************************************************************************/ static BOOL isQueueEmpty ( void ) @@ -1675,7 +1632,6 @@ * @details * Inputs : none * Outputs : isFull (BOOL) - * @param none * @return isFull (BOOL) *************************************************************************/ static BOOL isQueueFull ( void ) @@ -1696,7 +1652,6 @@ * @details * Inputs : none * Outputs : U32 - * @param none * @return U32 *************************************************************************/ static U32 getAvailableQueueCount ( void ) @@ -1713,7 +1668,6 @@ * @details * Inputs : none * Outputs : BOOL - * @param none * @return BOOL *************************************************************************/ static BOOL enqueueBank7Sector0Records( void ) @@ -1741,7 +1695,6 @@ * @details * Inputs : ALARM_ID_T (alarm), U08* state (pointer to the state) * Outputs : BOOL - * @param none * @return BOOL *************************************************************************/ static BOOL didCommandTimeout ( ALARM_ID_T alarm, U08* state ) @@ -1769,7 +1722,6 @@ * @details * Inputs : none * Outputs : BOOL - * @param none * @return BOOL *************************************************************************/ static BOOL eraseDataLogSectors ( void ) Index: RTC.c =================================================================== diff -u -re8828d66e4a76e0590c3f06b7f6235f33df64e80 -rcf2afaec02799525f80e803b55a0f55948c75cad --- RTC.c (.../RTC.c) (revision e8828d66e4a76e0590c3f06b7f6235f33df64e80) +++ RTC.c (.../RTC.c) (revision cf2afaec02799525f80e803b55a0f55948c75cad) @@ -228,7 +228,6 @@ * @details * Inputs : none * Outputs : The function is empty for now - * @param none * @return none *************************************************************************/ void initRTC( void ) @@ -244,7 +243,6 @@ * @details * Inputs : seconds, minutes, hours, days, months, years * Outputs : txBuffer will be prepared with the timestamp - * @param none * @return none *************************************************************************/ BOOL setRTCTimestamp( U08 secs, U08 mins, U08 hours, U08 days, U08 months, U32 years ) @@ -295,7 +293,6 @@ * @details * Inputs : none * Outputs : SELF_TEST_STATUS_T - * @param none * @return SELF_TEST_STATUS_T *************************************************************************/ SELF_TEST_STATUS_T execRTCSelfTest( void ) @@ -353,7 +350,6 @@ * @details * Inputs : none * Outputs : none - * @param none * @return none *************************************************************************/ void execRTC( void ) @@ -413,7 +409,6 @@ * @details * Inputs : none * Outputs : current time in epoch - * @param none * @return lastEpochTime *************************************************************************/ U32 getRTCTimestamp( void ) @@ -430,7 +425,6 @@ * @details * Inputs : address, data, length * Outputs : RTC_RAM_STATUS_T - * @param none * @return RTC_RAM_STATUS_T *************************************************************************/ RTC_RAM_STATUS_T writeToRAM( U32 address, U08* data, U32 length ) @@ -478,7 +472,6 @@ * @details * Inputs : address, length * Outputs : RTC_RAM_STATUS_T - * @param none * @return RTC_RAM_STATUS_T *************************************************************************/ RTC_RAM_STATUS_T readFromRAM( U32 address, U32 length ) @@ -523,7 +516,6 @@ * @details * Inputs : none * Outputs : RTC_RAM_STATE_T - * @param none * @return RTC_RAM_STATE_T *************************************************************************/ RTC_RAM_STATE_T getRTCRAMState( void ) @@ -538,7 +530,6 @@ * @details * Inputs : none * Outputs : RTC_RAM_STATE_T - * @param none * @return RTC_RAM_STATE_T *************************************************************************/ RTC_RAM_STATUS_T getRTCRAMStatus( void ) @@ -559,7 +550,6 @@ * @details * Inputs : external buffer (pointer), length * Outputs : none - * @param none * @return none *************************************************************************/ void getDataFromRAM( U08* externalBuffer, U32 length ) @@ -596,7 +586,6 @@ * @details * Inputs : bufferTransmit, bufferReceive, bufferLength * Outputs : result (bool) - * @param none * @return result (bool) *************************************************************************/ static BOOL serviceRTC( U16* bufferTransmit, U16* bufferReceive, U16 bufferLength ) @@ -680,7 +669,6 @@ * @details * Inputs : none * Outputs : hasTestPassed (bool) - * @param none * @return hasTestPassed (bool) *************************************************************************/ static BOOL isRTCFunctional( void ) @@ -741,7 +729,6 @@ * @details * Inputs : bcd value * Outputs : decimal value - * @param none * @return decimal value *************************************************************************/ static U08 convertBCD2Decimal( U08 bcd ) @@ -770,7 +757,6 @@ * @details * Inputs : decimal value * Outputs : bcd value - * @param none * @return bcd value *************************************************************************/ static U08 convertDecimal2BCD( U08 decimal ) @@ -797,7 +783,6 @@ * @details * Inputs : none * Outputs : epochTime value - * @param none * @return epochTime value *************************************************************************/ static U32 convertTime2Epoch( void ) @@ -837,7 +822,6 @@ * @details * Inputs : none * Outputs : none - * @param none * @return none *************************************************************************/ static void updateReadTimestampStruct( void ) @@ -858,7 +842,6 @@ * @details * Inputs : length * Outputs : ransferStatus (bool) - * @param none * @return transferStatus (bool) *************************************************************************/ static BOOL setMibSPIBufferLength( U16 length ) @@ -930,7 +913,6 @@ * @details * Inputs : length * Outputs : none - * @param none * @return none *************************************************************************/ static void prepBufferForReadCommand( U08 length ) @@ -951,7 +933,6 @@ * @details * Inputs : none * Outputs : result (RTC_EXEC_STATE_T) - * @param none * @return result (RTC_EXEC_STATE_T) *************************************************************************/ static RTC_EXEC_STATE_T handleExecWaitForPostState( void ) @@ -974,7 +955,6 @@ * @details * Inputs : none * Outputs : result (RTC_EXEC_STATE_T) - * @param none * @return result (RTC_EXEC_STATE_T) *************************************************************************/ static RTC_EXEC_STATE_T handleExecIdleState( void ) @@ -1012,7 +992,6 @@ * @details * Inputs : none * Outputs : result (RTC_EXEC_STATE_T) - * @param none * @return result (RTC_EXEC_STATE_T) *************************************************************************/ static RTC_EXEC_STATE_T handleExecWriteState( void ) @@ -1059,7 +1038,6 @@ * @details * Inputs : none * Outputs : result (RTC_EXEC_STATE_T) - * @param none * @return result (RTC_EXEC_STATE_T) *************************************************************************/ static RTC_EXEC_STATE_T handleExecPrepRAMState( void ) @@ -1093,7 +1071,6 @@ * @details * Inputs : none * Outputs : result (RTC_EXEC_STATE_T) - * @param none * @return result (RTC_EXEC_STATE_T) *************************************************************************/ static RTC_EXEC_STATE_T handleExecWriteToRAMState( void ) @@ -1124,7 +1101,6 @@ * @details * Inputs : none * Outputs : result (RTC_EXEC_STATE_T) - * @param none * @return result (RTC_EXEC_STATE_T) *************************************************************************/ static RTC_EXEC_STATE_T handleExecReadFromRAMState( void ) @@ -1157,7 +1133,6 @@ * @details * Inputs : none * Outputs : result (RTC_EXEC_STATE_T) - * @param none * @return result (RTC_EXEC_STATE_T) *************************************************************************/ static RTC_EXEC_STATE_T handleExecReadState( void ) @@ -1193,7 +1168,6 @@ * @details * Inputs : none * Outputs : result (RTC_SELF_TEST_STATE_T) - * @param none * @return result (RTC_SELF_TEST_STATE_T) *************************************************************************/ static RTC_SELF_TEST_STATE_T handleSelfTestStart( void ) @@ -1215,7 +1189,6 @@ * @details * Inputs : none * Outputs : result (RTC_SELF_TEST_STATE_T) - * @param none * @return result (RTC_SELF_TEST_STATE_T) *************************************************************************/ static RTC_SELF_TEST_STATE_T handleSelfTestCheckCtrlRegs( void ) @@ -1254,7 +1227,6 @@ * @details * Inputs : none * Outputs : result (RTC_SELF_TEST_STATE_T) - * @param none * @return result (RTC_SELF_TEST_STATE_T) *************************************************************************/ static RTC_SELF_TEST_STATE_T handleSelfTestWaitForFirstSecond( void ) @@ -1299,7 +1271,6 @@ * @details * Inputs : none * Outputs : result (RTC_SELF_TEST_STATE_T) - * @param none * @return result (RTC_SELF_TEST_STATE_T) *************************************************************************/ static RTC_SELF_TEST_STATE_T handleSelfTestWaitForSecondSecond( void ) @@ -1342,7 +1313,6 @@ * @details * Inputs : none * Outputs : result (RTC_SELF_TEST_STATE_T) - * @param none * @return result (RTC_SELF_TEST_STATE_T) *************************************************************************/ static RTC_SELF_TEST_STATE_T handleSelfTestCheckAccuracy( void ) Index: Timers.c =================================================================== diff -u -r703909a5810864a6331967b2fe53ab8481cb6d78 -rcf2afaec02799525f80e803b55a0f55948c75cad --- Timers.c (.../Timers.c) (revision 703909a5810864a6331967b2fe53ab8481cb6d78) +++ Timers.c (.../Timers.c) (revision cf2afaec02799525f80e803b55a0f55948c75cad) @@ -74,8 +74,8 @@ * @details * Inputs : msTimerCount * Outputs : none - * @param startMSCount : the ms count at the start of the timeout period - * @param timeoutPeriod : the period for the timeout (in ms) + * @param startMSCount the ms count at the start of the timeout period + * @param timeoutPeriod the period for the timeout (in ms) * @return TRUE if a timeout has occurred, FALSE if not *************************************************************************/ BOOL didTimeout( U32 startMSCount, U32 timeoutPeriod ) @@ -112,7 +112,7 @@ * @details * Inputs : msTimerCount * Outputs : none - * @param startMSCount : the ms count at the start of the period + * @param startMSCount the ms count at the start of the period * @return ms since given start time *************************************************************************/ U32 calcTimeSince( U32 startMSCount ) @@ -140,8 +140,8 @@ * @details * Inputs : none * Outputs : none - * @param startMSCount : the ms count at the start of the period - * @param endMSCount : the ms count at the end of the period + * @param startMSCount the ms count at the start of the period + * @param endMSCount the ms count at the end of the period * @return ms between two given times *************************************************************************/ U32 calcTimeBetween( U32 startMSCount, U32 endMSCount ) Index: Utilities.c =================================================================== diff -u -ra2e528563e541a5139218b865b2ec142b7d533bc -rcf2afaec02799525f80e803b55a0f55948c75cad --- Utilities.c (.../Utilities.c) (revision a2e528563e541a5139218b865b2ec142b7d533bc) +++ Utilities.c (.../Utilities.c) (revision cf2afaec02799525f80e803b55a0f55948c75cad) @@ -103,8 +103,8 @@ * @details * Inputs : none * Outputs : none - * @param address : pointer to start address of memory range to calculate CRC for - * @param len : # of bytes in the memory range to calculate CRC for + * @param address pointer to start address of memory range to calculate CRC for + * @param len number of bytes in the memory range to calculate CRC for * @return CRC *************************************************************************/ U16 crc16( const U08 *address, U32 len ) @@ -127,8 +127,8 @@ * @details * Inputs : none * Outputs : none - * @param address : pointer to start address of memory range to calculate CRC for - * @param len : # of bytes in the memory range to calculate CRC for + * @param address pointer to start address of memory range to calculate CRC for + * @param len number of bytes in the memory range to calculate CRC for * @return CRC *************************************************************************/ U08 crc8( const U08 *address, U32 len ) @@ -150,9 +150,9 @@ * @details * Inputs : none * Outputs : all time windowed count variables for a given time windowed count are initialized. - * @param cnt : ID of the time windowed count to initialize - * @param maxCnt : maximum number of instances in the time window for this count - * @param winMs : number of ms in the time window for this count + * @param cnt ID of the time windowed count to initialize + * @param maxCnt maximum number of instances in the time window for this count + * @param winMs number of ms in the time window for this count * @return none *************************************************************************/ void initTimeWindowedCount( TIME_WINDOWED_COUNT_T cnt, U32 maxCnt, U32 winMs ) @@ -204,7 +204,7 @@ * @details * Inputs : timeWindowedCounts[][], timeWindowedCountIndexes[], timeWindowedCountCounts[] * Outputs : timeWindowedCounts[][], timeWindowedCountIndexes[], timeWindowedCountCounts[] - * @param cnt : ID of the time windowed count to add an instance to + * @param cnt ID of the time windowed count to add an instance to * @return TRUE if this instances brings the count to the maximum within \n * this counts time window, otherwise FALSE *************************************************************************/ @@ -248,7 +248,7 @@ * @details * Inputs : none * Outputs : given critical data record's value is retrieved. - * @param data : Ptr to a critical data record + * @param data Ptr to a critical data record * @return The data from a critical data record *************************************************************************/ CRITICAL_DATAS_T getCriticalData( CRITICAL_DATA_T *data ) @@ -284,8 +284,8 @@ * @details * Inputs : none * Outputs : given critical data record's value is set to given value - * @param data : Ptr to a critical data record - * @param value : a value to set + * @param data Ptr to a critical data record + * @param value a value to set * @return none *************************************************************************/ void setCriticalData( CRITICAL_DATA_T *data, CRITICAL_DATAS_T value ) @@ -314,7 +314,7 @@ * @details * Inputs : none * Outputs : Given critical data record is reset - * @param data : Ptr to a critical data record + * @param data Ptr to a critical data record * @return none *************************************************************************/ void resetCriticalData( CRITICAL_DATA_T *data )