TimerInstance_Class

begin()

Description

This method sets the required initialization, such as intline number. The default counting direction is UP and the clear-on-compare mode is activated.

You should not use this function directly. Take a look at Timers_class class instead.

Syntax

timer1.begin(base, intline)

Parameters

timer1: a variable of type TimerInstance_Class

base: the base register to use, type: register_t

intline: the interrupt line number attached to this timer, type: int

See also

Corrections, suggestions, and new documentation can be added directly to the wiki page. Scroll to the bottom, choose "Edit Page" and use "Papilio" as the password.

  

Share |