Skip to main content

Timer Nodes

Use these nodes to interact with the timer peripheral of your micro-controller.

Config Nodes

timer init

Configure the timer and set the timer to ready mode.

Inputs

  • Group no. : Select the Timer group
  • Timer no. : Select the Timer
  • Divider : Specify the divider value to divide the ticks

Proc Nodes

counter start

Timer starts counting the clock cycle value.

Inputs

  • Timer Config : Select the Timer config

timer get count

Get the Count value and Time in secs from the Timer.

Inputs

  • Timer Config : Select the Timer config

Outputs

  • Count Value : Counter value of the timer

counter stop

Timer stop counting the clock cycle value.

Inputs

  • Timer Config : Select the Timer config

timer set count

Set the Count value and Time in secs from the Timer.

Inputs

  • Timer Config : Select the Timer config
  • Count Value : Specify the counter value for the timer