...
clk.h
/ Application’s source file
Called from
Clk_Init()
Prototype
Code Block | ||
---|---|---|
| ||
void Clk_ExtTS_Init (void) |
...
; |
Arguments
None.
Returned Values
...
External timestamp could come from another application (e.g., by SNTP).
Example Template
Anchor | ||||
---|---|---|---|---|
|
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
void Clk_ExtTS_Init (void)
{
BSP_ClockInitChip();
BSP_ClockStartTS();
} |