Searched defs:awss_statis_dev_bind_t (Results 1 – 1 of 1) sorted by relevance
18 struct awss_statis_dev_bind_t { struct19 uint32_t dev_bind_cnt; /* the count of token sync */20 uint32_t dev_bind_suc; /* the successful count of token sync */21 uint32_t dev_bind_time_mean; /* the mean time of token sync */22 uint32_t dev_bind_time_max; /* the max time of token sync */23 uint32_t dev_bind_time_min; /* the min time of token sync */24 uint32_t dev_bind_start; /* the start time to sync token */25 uint32_t dev_bind_end; /* the end time of token sync */
Completed in 2 milliseconds