Difference between revisions of "HANcoder/STM32/Blocks/Compare Event 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 output compare event was triggered. '''...")
 
Line 14: Line 14:
  
 
|TimerOutputPin= Select the timer output pin
 
|TimerOutputPin= Select the timer output pin
 +
}}
 +
 +
== Outputs (outports) ==
 +
Function call output to connect to function call subsystem.[function call]
 +
 +
== Block parameters ==
 +
{| class="wikitable"
 +
|-
 +
! style="width:150px" | Parameter
 +
! Description
 +
|-
 +
| Timer output pin
 +
| Select the timer input pin to use for the IRQ
 +
|}
 +
 +
== Examples ==
 +
[[HANcoder/Examples/??|??]]
 +
 +
{{HANcoder/BlockFooter|
 +
|SeeAlso = [[HANcoder/Get_Free_Running_Counter| Get Free Running Counter]] {{!}} [[HANcoder/Get_Last_Event_Counter| Get Last Event Counter]]
 
}}
 
}}

Revision as of 13:45, 28 April 2017

Supported Targets: Olimexino, E407, P405

General information about Compare Event IRQ

This block enables a function call subsystem to be connected that is executed on interrupt level each time an output compare event was triggered.


Outport IRQ, Allows connection of a function call subsystem.

Block

CompareEventIRQ.png

Mask

CompareEventIRQMask.png

Outputs (outports)

Function call output to connect to function call subsystem.[function call]

Block parameters

Parameter Description
Timer output pin Select the timer input pin to use for the IRQ

Examples

??

See Also

Get Free Running Counter | Get Last Event Counter