Home
last modified time | relevance | path

Searched refs:q32_32_s_to_ll_us (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/net/lib/sntp/
Dsntp.c54 static int64_t q32_32_s_to_ll_us(uint32_t t_s, uint32_t t_f) in q32_32_s_to_ll_us() function
99 q32_32_s_to_ll_us(expected_orig_ts->seconds, expected_orig_ts->fraction); in parse_response()
101 int64_t rx_ts_us = q32_32_s_to_ll_us(ntohl(pkt->rx_tm_s), ntohl(pkt->rx_tm_f)); in parse_response()
102 int64_t tx_ts_us = q32_32_s_to_ll_us(ntohl(pkt->tx_tm_s), ntohl(pkt->tx_tm_f)); in parse_response()