...
Anchor
Files
...
clk.h/clk.c
...
Prototype
HTML Tablecode | ||||
---|---|---|---|---|
Table Cell (td) | ||||
| ||||
Anchor | 1051162 | 1051162 |
| |
Table Row (tr) |
| |||
CPU_BOOLEAN Clk_GetTS_NTP (CLK_TS_SEC *p_ts_ntp_sec); Table Row (tr) | Table Row (tr) | Table Row (tr) | Table Row (tr) | |
...
...
Arguments
...
p_ts_ntp_sec
Pointer to variable that will receive the NTP timestamp:
...
...
In seconds UTC+00, if no errors;CLK_TS_SEC_NONE
, otherwise.
...
Returned Values
Anchor
DEF_OK
, if current timestamp is successfully converted.DEF_FAIL
, otherwise. Anchor
Required Configuration
Anchor
CLK_CFG_NTP_EN
is DEF_ENABLED
in clk_cfg.h
(see section 3-1-1 Module Configuration).Notes / Warnings
...
NTP timestamp does not include any time zone offset. Thus any local time zone offset must be applied after calling Clk_GetTS_NTP()
. Anchor
NTP timestamp will eventually overflow, thus it's not possible to get NTP timestamp for years on or after CLK_NTP_EPOCH_YR_END
.
Example Usage
...
rowspan | 8 |
---|
...
Anchor | ||||
---|---|---|---|---|
|
...
class | Code_Listing |
---|
|
Code Block | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||
CLK_TS_SEC ts_ntp_sec; Anchor | | 1053324 | 1053324 | |||||||||||||||||||||||||||
Anchor | 1053338 | 1053338 | ||||||||||||||||||||||||||||
Anchor | 1053352 | 1053352 | valid =||||||||||||||||||||||||||||
Anchor | 1053391 | 1053391 | if||||||||||||||||||||||||||||
Anchor | 1053392 | 1053392 | ||||||||||||||||||||||||||||
Anchor | 1053393 | 1053393 | } else {||||||||||||||||||||||||||||
Anchor | 1053394 | 1053394 | ||||||||||||||||||||||||||||
Anchor | 1053383 | 1053383 | }||||||||||||||||||||||||||||
Table Row (tr) | ||||||||||||||||||||||||||||||
Table Row (tr) | ||||||||||||||||||||||||||||||
Table Row (tr) | ||||||||||||||||||||||||||||||
Table Row (tr) | ||||||||||||||||||||||||||||||
Table Row (tr) | ||||||||||||||||||||||||||||||
Table Row (tr) |