ESP-IDF
os_gmtime()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
os_gmtime()
os_gmtime() function
Syntax
Show:
Summary
Declaration
Definition
from
os.h:95
int
os_gmtime
(
os_time_t
t
,
struct
os_tm
*
tm
)
;
Implemented in
common.c:481
Arguments
Argument
t
tm
Examples
References
from
examples
Code
Location
Referrer
int
os_gmtime
(
os_time_t
t
,
struct
os_tm
*
tm
)
common.c:481
int
os_gmtime
(
os_time_t
t
,
struct
os_tm
*
tm
)
;
os.h:95
if
(
os_gmtime
(
conf
->
netaccesskey_expiry
,
&
tm
)
<
0
)
{
dpp.c:3335
dpp_build_conf_obj_dpp()
Call Tree
from
examples
os_gmtime()
is called by 1 function:
dpp_build_conf_obj_dpp()
All items filtered out
os_gmtime()
All items filtered out
Data Use
from
examples
os_gmtime()
writes 6 variables:
All items filtered out
os_gmtime()
os_tm::sec
os_tm::min
os_tm::hour
os_tm::day
os_tm::month
os_tm::year
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out