Difference between revisions of "Template:HANcoder/Block"

From OpenMBD
Jump to: navigation, search
 
(156 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{HANcoder}}
+
{{HANcoder}} '''Supported Targets:''' {{{SupportedTargets|[[HANcoder/STM32/Olimexino|Olimexino]], [[HANcoder/STM32/E407|E407]], [[HANcoder/STM32/P405|P405]]}}}
  
 
==General information about {{SUBPAGENAME}}==
 
==General information about {{SUBPAGENAME}}==
Line 5: Line 5:
 
{{{info}}}
 
{{{info}}}
  
==Block Screenshot==
+
==Block==
  
  
 
[[File:{{{blockImage}}}]]
 
[[File:{{{blockImage}}}]]
  
==Mask Screenshot==
+
==Mask==
  
 
[[File:{{{maskImage}}}]]
 
[[File:{{{maskImage}}}]]
 
==Block Parameters==
 
 
<table class="wikitable">
 
{{#if:{{{SampleTime|}}}
 
|<tr><th>Sample Time</th><td>{{{SampleTime}}}</td></tr>}}
 
{{#if:{{{CANChannel|}}}
 
<tr><th>CAN Channel</th><td>{{{CANChannel}}}</td></tr>}}
 
{{#if:{{{InputPorts|}}}
 
<tr><th>Input Ports</th><td>{{{InputPorts}}}</td></tr>}}
 
{{#if:{{{InputDataType|}}}
 
<tr><th>Input Data Type</th><td>{{{InputDataType}}}</td></tr>}}
 
{{#if:{{{OutputPorts|}}}
 
<tr><th>Output Ports</th><td>{{{OutputPorts}}}</td></tr>}}
 
{{#if:{{{OutputData Type|}}}
 
<tr><th>OutputDataType</th><td>{{{OutputDataType}}}</td></tr>}}
 
{{#if:{{{ByteOrder|}}}
 
<tr><th>Byte Order</th><td>{{{ByteOrder}}}</td></tr>}}
 
{{#if:{{{IdentifierType|}}}
 
<tr><th>Identifier Type</th><td>{{{IdentifierType}}}</td></tr>}}
 
</table>
 

Latest revision as of 08:50, 13 April 2017

Supported Targets: Olimexino, E407, P405

General information about HANcoder/Block

{{{info}}}

Block

[[File:{{{blockImage}}}]]

Mask

[[File:{{{maskImage}}}]]