Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dsntp_opts.h56 #define SNTP_SET_SYSTEM_TIME(sec) LWIP_UNUSED_ARG(sec) argument
181 #define SNTP_GET_SYSTEM_TIME(sec, us) do { (sec) = 0; (us) = 0; } while(0) argument
/btstack/3rd-party/lwip/core/src/apps/sntp/
H A Dsntp.c179 u32_t sec; member
279 sntp_format_time(s32_t sec) in sntp_format_time()
293 s32_t sec; in sntp_process() local
349 u32_t sec, frac; in sntp_initialize_request() local