Clk_GetDateTime()
Get current Clock timestamp as a date/time structure.
...
clk.h/clk.c
Prototype
Arguments
p_date_time
Pointer to variable that will receive the date/time structure.
Returned Values
DEF_OK
, if date/time structure is valid.
DEF_FAIL
, otherwise.
Required Configuration
None.
...