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

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 23: Line 23:
 
| Select the input pin to use.
 
| Select the input pin to use.
 
|}
 
|}
 
== Examples ==
 
[[HANcoder/???|???]]
 
  
 
{{HANcoder/BlockFooter|
 
{{HANcoder/BlockFooter|
|SeeAlso = [[HANcoder/Quadrature_Encoder_Get|Quadrature Encoder Get]] {{!}} [[HANcoder/Timer_Input_Get|Timer Input Get]]
+
|SeeAlso = [[HANcoder/STM32/Blocks/Quadrature_Encoder_Get|Quadrature Encoder Get]] {{!}} [[HANcoder/STM32/Blocks/Timer_Input_Get|Timer Input Get]]
 
}}
 
}}

Latest revision as of 10:26, 5 May 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.[Function call]

Block parameters

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

See Also

Quadrature Encoder Get | Timer Input Get