Difference between revisions of "HANcoder/STM32/Blocks/Timer Input IRQ"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
(Created page with "{{HANcoder/block |info = This block enables a function call subsystem to be connected that is executed on interrupt level each time an edge change on the input pin was dete...")
 
Line 5: Line 5:
 
This block enables a function call subsystem to be connected that is executed on interrupt level each time an edge change on the input pin was detected.
 
This block enables a function call subsystem to be connected that is executed on interrupt level each time an edge change on the input pin was detected.
  
 +
|blockImage = TimerInputIRQ.png
  
 +
|maskImage = TimerInputIRQMask.png
  
'''Outport'''
+
}}
  
IRQ, Allows connection of a function call subsystem.
+
== Outputs (outport) ==
 +
IRQ, Allows connection of a function call subsystem.[IRQ]
  
|blockImage = QuadratureEncoderGet.png
+
== Block parameters ==
 +
{| class="wikitable"
 +
|-
 +
! style="width:150px" | Parameter
 +
! Description
 +
|-
 +
| Timer input pin
 +
| Select the input pin to use.
 +
|}
  
|maskImage = QuadratureEncoderGetMask.png
+
== Examples ==
 
+
[[HANcoder/???|???]]
|TimerInputPin = Selects the timer input pin.
 
 
 
|SeeAlso = [[HANcoder/Timer_Input_Get|Timer Input Get]], [[HANcoder/Quadrature_Encoder_Get|Quadrature Encoder Get]]
 
  
 +
{{HANcoder/BlockFooter|
 +
|SeeAlso = [[HANcoder/Quadrature_Encoder_Get|Quadrature Encoder Get]] {{!}} [[HANcoder/Timer_Input_Get|Timer Input Get]]
 
}}
 
}}

Revision as of 15:25, 27 April 2017

Supported Targets: Olimexino, E407, P405

General information about Timer Input IRQ

This block enables a function call subsystem to be connected that is executed on interrupt level each time an edge change on the input pin was detected.

Block

TimerInputIRQ.png

Mask

TimerInputIRQMask.png

Outputs (outport)

IRQ, Allows connection of a function call subsystem.[IRQ]

Block parameters

Parameter Description
Timer input pin Select the input pin to use.

Examples

???

See Also

Quadrature Encoder Get | Timer Input Get