...
Clk_ExtTS_Init()
...
Initialize and start timestamp timer.anchor
Files
Anchor
clk.h
/ Application’s source fileCalled from
...
...
Clk_Init()
...
...
Prototype
...
class | Code_Listing |
---|
...
rowspan | 5 |
---|
...
...
Arguments
Anchor
Returned Values
Anchor
Required Configuration
...
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.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
Example Template
...
class | Code_Listing |
---|
...
rowspan | 8 |
---|
...