Difference between revisions of "HANcoder/STM32/Blocks/Compare Event IRQ"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
info=
 
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.
 
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.
 
 
  
 
|blockImage=CompareEventIRQ.png
 
|blockImage=CompareEventIRQ.png
 
 
 
|maskImage=CompareEventIRQMask.png
 
|maskImage=CompareEventIRQMask.png
 
 
|TimerOutputPin= Select the timer output pin
 
|TimerOutputPin= Select the timer output pin
 
}}
 
}}
Line 28: Line 20:
 
| Select the timer input pin to use for the IRQ
 
| Select the timer input pin to use for the IRQ
 
|}
 
|}
 
== Examples ==
 
[[HANcoder/Examples/??|??]]
 
  
 
{{HANcoder/BlockFooter|
 
{{HANcoder/BlockFooter|
|SeeAlso = [[HANcoder/Get_Free_Running_Counter| Get Free Running Counter]] {{!}} [[HANcoder/Get_Last_Event_Counter| Get Last Event Counter]]
+
|SeeAlso = [[HANcoder/STM32/Blocks/Get_Free_Running_Counter| Get Free Running Counter]] {{!}} [[HANcoder/STM32/Blocks/Get_Last_Event_Counter| Get Last Event Counter]] {{!}} [[HANcoder/STM32/Blocks/Output_Compare_Init| Output Compare Init]] {{!}} [[HANcoder/STM32/Blocks/Reset_Free_Running_Counter| Reset Free Running Counter]] {{!}} [[HANcoder/STM32/Blocks/Schedule_Compare_Event| Schedule Compare Event]]
 
}}
 
}}

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

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

See Also

Get Free Running Counter | Get Last Event Counter | Output Compare Init | Reset Free Running Counter | Schedule Compare Event