Versions Compared

Key

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

...

clk.h/clk.c

Prototype

Arguments

ts_ntp_sec

Current NTP timestamp to set (in seconds, UTC+00).

Returned Values

DEF_OK, if timestamp is successfully set.

DEF_FAIL, otherwise.

Required Configuration

Available only if CLK_CFG_NTP_EN is DEF_ENABLED in clk_cfg.h (see section 3-1-1 Module Configuration).

Notes / Warnings

Only years supported by Clock and NTP can be set, thus the timestamp date must be between greater than or equal to CLK_EPOCH_YR_START and less than CLK_NTP_EPOCH_YR_END.

...