[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5324] updated i2c error message
From: |
antoine drouin |
Subject: |
[paparazzi-commits] [5324] updated i2c error message |
Date: |
Thu, 12 Aug 2010 00:33:12 +0000 |
Revision: 5324
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5324
Author: poine
Date: 2010-08-12 00:33:11 +0000 (Thu, 12 Aug 2010)
Log Message:
-----------
updated i2c error message
Modified Paths:
--------------
paparazzi3/trunk/conf/messages.xml
Modified: paparazzi3/trunk/conf/messages.xml
===================================================================
--- paparazzi3/trunk/conf/messages.xml 2010-08-12 00:30:28 UTC (rev 5323)
+++ paparazzi3/trunk/conf/messages.xml 2010-08-12 00:33:11 UTC (rev 5324)
@@ -1645,14 +1645,15 @@
</message>
<message name="I2C_ERRORS" id="253">
- <field name="Unexpected_event" type="uint32"/>
- <field name="Acknowledge_failure" type="uint8"/>
- <field name="Misplaced_Start_or_Stop" type="uint8"/>
- <field name="Arbitration_lost" type="uint8"/>
- <field name="Overrun_or_Underrun" type="uint8"/>
- <field name="PEC_Error_in_reception" type="uint8"/>
- <field name="Timeout_or_Tlow_error" type="uint8"/>
- <field name="SMBus_alert" type="uint8"/>
+ <field name="acknowledge_failure_cnt" type="uint16"/>
+ <field name="misplaced_start_or_stop_cnt" type="uint16"/>
+ <field name="arbitration_lost_cnt" type="uint16"/>
+ <field name="overrun_or_underrun_cnt" type="uint16"/>
+ <field name="pec_error_in_reception_cnt" type="uint16"/>
+ <field name="timeout_or_tlow_error_cnt" type="uint16"/>
+ <field name="smbus_alert_cnt" type="uint16"/>
+ <field name="unexpected_event_cnt" type="uint16"/>
+ <field name="last_unexpected_event" type="uint32"/>
</message>
</class>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5324] updated i2c error message,
antoine drouin <=