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

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 20: 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]] {{!}} [[HANcoder/Output_Compare_Init| Output Compare Init]] {{!}} [[HANcoder/Reset_Free_Running_Counter| Reset Free Running Counter]] {{!}} [[HANcoder/Schedule_Compare_Event| Schedule Compare Event]]
+
|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