Rev 2233 | Rev 2236 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 2233 | Rev 2234 | ||
|---|---|---|---|
| Line 677... | Line 677... | ||
| 677 | </command> |
677 | </command> |
| 678 | 678 | ||
| 679 | <command id="128" name="Printf" type="specific" module="Debug" description="Used for sending debug text with printf"> |
679 | <command id="128" name="Printf" type="specific" module="Debug" description="Used for sending debug text with printf"> |
| 680 | <variables> |
680 | <variables> |
| 681 | <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/> |
681 | <variable name="Text" type="ascii" start_bit="0" bit_length="64" unit="" description=""/> |
| - | 682 | </variables> |
|
| - | 683 | </command> |
|
| - | 684 | <command id="129" name="Benchmark" type="specific" module="Debug" description="Used for sending debug data with benchmark module"> |
|
| - | 685 | <variables> |
|
| - | 686 | <variable name="Byte0" type="uint" start_bit="0" bit_length="8" unit="" description=""/> |
|
| - | 687 | <variable name="Byte1" type="uint" start_bit="8" bit_length="8" unit="" description=""/> |
|
| - | 688 | <variable name="Byte2" type="uint" start_bit="16" bit_length="8" unit="" description=""/> |
|
| - | 689 | <variable name="Byte3" type="uint" start_bit="24" bit_length="8" unit="" description=""/> |
|
| - | 690 | <variable name="Byte4" type="uint" start_bit="32" bit_length="8" unit="" description=""/> |
|
| - | 691 | <variable name="Byte5" type="uint" start_bit="40" bit_length="8" unit="" description=""/> |
|
| - | 692 | <variable name="Byte6" type="uint" start_bit="48" bit_length="8" unit="" description=""/> |
|
| - | 693 | <variable name="Byte7" type="uint" start_bit="56" bit_length="8" unit="" description=""/> |
|
| 682 | </variables> |
694 | </variables> |
| 683 | </command> |
695 | </command> |
| 684 | 696 | ||
| 685 | <command id="128" name="LCD_Clear" type="specific" module="HD44789" description="Clear LCD"/> |
697 | <command id="128" name="LCD_Clear" type="specific" module="HD44789" description="Clear LCD"/> |
| 686 | <command id="129" name="LCD_Cursor" type="specific" module="HD44789" description="Set LCD cursor position"> |
698 | <command id="129" name="LCD_Cursor" type="specific" module="HD44789" description="Set LCD cursor position"> |