Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dptp_time.h210 static inline net_time_t net_ptp_time_to_ns(struct net_ptp_time *ts) in net_ptp_time_to_ns()
231 static inline struct net_ptp_time ns_to_net_ptp_time(net_time_t nsec) in ns_to_net_ptp_time()
Dnet_time.h103 typedef int64_t net_time_t; typedef
Dieee802154_radio.h1200 net_time_t start;
1212 net_time_t duration;
1230 net_time_t expected_rx_time;
1898 net_time_t (*get_time)(const struct device *dev);
Dieee802154_radio_openthread.h168 net_time_t expected_tx_time;
Dnet_pkt.h1129 static inline net_time_t net_pkt_timestamp_ns(struct net_pkt *pkt) in net_pkt_timestamp_ns()
1134 static inline void net_pkt_set_timestamp_ns(struct net_pkt *pkt, net_time_t timestamp) in net_pkt_set_timestamp_ns()
1153 static inline net_time_t net_pkt_timestamp_ns(struct net_pkt *pkt) in net_pkt_timestamp_ns()
1160 static inline void net_pkt_set_timestamp_ns(struct net_pkt *pkt, net_time_t timestamp) in net_pkt_set_timestamp_ns()
/Zephyr-latest/drivers/ieee802154/
Dieee802154_nrf5.h108 net_time_t csl_rx_time;
Dieee802154_nrf5.c676 static net_time_t nrf5_get_time(const struct device *dev) in nrf5_get_time()
680 return (net_time_t)nrf_802154_time_get() * NSEC_PER_USEC; in nrf5_get_time()
999 net_time_t period_ns = nrf5_data.csl_period * NSEC_PER_TEN_SYMBOLS; in nrf5_configure()
/Zephyr-latest/samples/net/sockets/txtime/src/
Dmain.c164 net_time_t txtime, delay, interval; in tx()
199 *(net_time_t *)CMSG_DATA(cmsg) = txtime + delay; in tx()
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_utils.h345 static inline net_time_t ieee802154_radio_get_multiple_of_symbol_period(struct net_if *iface, in ieee802154_radio_get_multiple_of_symbol_period()
/Zephyr-latest/modules/openthread/platform/
Dradio.c264 static net_time_t convert_32bit_us_wrapped_to_64bit_ns(uint32_t target_time_us_wrapped) in convert_32bit_us_wrapped_to_64bit_ns()
326 return (net_time_t)result * NSEC_PER_USEC; in convert_32bit_us_wrapped_to_64bit_ns()
817 .rx_slot.duration = (net_time_t)aDuration * NSEC_PER_USEC, in otPlatRadioReceiveAt()
/Zephyr-latest/tests/subsys/openthread/
Dradio_test.c263 net_time_t expected_target_time = 0; in ZTEST()
/Zephyr-latest/tests/net/socket/udp/src/
Dmain.c981 net_time_t txtime; in eth_fake_send()
1060 net_time_t txtime; in ZTEST_USER()
1094 *(net_time_t *)CMSG_DATA(cmsg) = txtime; in ZTEST_USER()
/Zephyr-latest/subsys/net/ip/
Dnet_context.c2196 net_pkt_set_timestamp_ns(pkt, *(net_time_t *)CMSG_DATA(cmsg)); in set_pkt_txtime()
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst863 :c:type:`net_time_t`, :c:struct:`net_ptp_time`, :c:struct:`ieee802154_config`,