...
Anchor
Files
...
clk.h/clk.c
...
...
Prototype
HTML Tablecode | ||||||
---|---|---|---|---|---|---|
| ||||||
Table Row (tr) | ||||||
Table Cell (td) | ||||||
| ||||||
Anchor | 1056650 | 1056650
| ||||
CPU_BOOLEAN Clk_TS_UnixToTS (CLK_TS_SEC *p_ts_sec, Anchor | | 1055480 | 1055480 | |||
Table Row (tr) | ||||||
Table Row (tr) | ||||||
Table Row (tr) |
...
...
Arguments
...
p_ts_sec
Pointer to variable that will receive the Clock timestamp:
...
In seconds UTC+00, if no errors;CLK_TS_SEC_NONE
, otherwise.
Anchor
ts_unix_sec
Unix timestamp value to convert (in seconds, UTC+00).
...
Returned Values
...
DEF_OK
, if timestamp successfully converted.DEF_FAIL
, otherwise.Required Configuration
...
CLK_CFG_UNIX_EN
is DEF_ENABLED
in clk_cfg.h
(see section 3-1-1 Module Configuration).Notes / Warnings
...
Clk_TS_UnixToTS()
.anchorOnly years supported by Clock and Unix can be converted, thus the timestamp date must be greater than or equal to CLK_EPOCH_YR_START
and less than CLK_UNIX_EPOCH_YR_END
. Anchor
...
class | Code_Listing |
---|
...
rowspan | 8 |
---|
...
Example Usage
Anchor | ||||
---|---|---|---|---|
|
Code Block | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||
CLK_TS_SEC ts_sec; Anchor | | 1056758 | 1056758 | |||||||||||||||||||||||||||||||||
Anchor | 1056759 | 1056759 | ||||||||||||||||||||||||||||||||||
Anchor | 1056761 | 1056761 | ||||||||||||||||||||||||||||||||||
Anchor | 1056762 | 1056762 | ||||||||||||||||||||||||||||||||||
Anchor | 1056763 | 1056763 | valid =||||||||||||||||||||||||||||||||||
Anchor | 1056764 | 1056764 | if||||||||||||||||||||||||||||||||||
Anchor | 1056765 | 1056765 | ||||||||||||||||||||||||||||||||||
Anchor | 1056766 | 1056766 | } else {||||||||||||||||||||||||||||||||||
Anchor | 1056767 | 1056767 | ||||||||||||||||||||||||||||||||||
Anchor | 1055500 | 1055500 | }||||||||||||||||||||||||||||||||||
Table Row (tr) | ||||||||||||||||||||||||||||||||||||
Table Row (tr) | ||||||||||||||||||||||||||||||||||||
Table Row (tr) | ||||||||||||||||||||||||||||||||||||
Table Row (tr) | ||||||||||||||||||||||||||||||||||||
Table Row (tr) | ||||||||||||||||||||||||||||||||||||
Table Row (tr) |