Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Clk_ExtTS_Init()

...

Initialize and start timestamp timer.anchor10581651058165

Files

Anchor10581661058166clk.h / Application’s source file Anchor10584591058459

Called from

...

...

Clk_Init()

...

...

Prototype

...

classCode_Listing

...

rowspan5

...

...

Arguments

Anchor10581821058182None.anchor10581831058183

Returned Values

Anchor10581841058184None. Anchor10581851058185

Required Configuration

...

1058186Required callback function that must be implemented in your application if CLK_CFG_EXT_EN is DEF_ENABLED in clk_cfg.h (see section 3-1-1) in order for the clock/calendar to be maintained by an external clock/timestamp mechanism. Anchor10581881058188

Notes / Warnings

...

External timestamp should be an ‘up’ counter whose values increase at each second. It’s possible to use a ‘down’ counter, but a conversion must be applied when setting and getting the External timestamp.anchor

10635121063512External timestamp could come from another application (e.g., by SNTP). Anchor10582141058214

Example Template

...

classCode_Listing

...

rowspan8

...