Home
last modified time | relevance | path

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

/Zephyr-latest/doc/connectivity/networking/api/
Dptp_time.rst15 format (nanoseconds). The extended timestamp format can store the
16 time in fractional nanoseconds accuracy. The PTP time format is used
/Zephyr-latest/subsys/net/lib/ptp/
DKconfig204 The value is the converted to nanoseconds as follow: nanoseconds = (10^9) * 2^(value)
212 The value is the converted to nanoseconds as follow: nanoseconds = (10^9) * 2^(value)
221 to nanoseconds as follow: nanoseconds = (10^9) * 2^(value)
229 The value is the converted to nanoseconds as follow: nanoseconds = (10^9) * 2^(value)
Dddt.h40 uint32_t nanoseconds; member
Dtlv.c248 ts.nanoseconds = ntohl(ts.nanoseconds); in tlv_mgmt_post_recv()
322 ts.nanoseconds = htonl(ts.nanoseconds); in tlv_mgmt_pre_send()
Dmsg.c56 msg->timestamp.protocol.nanosecond = ntohl(ts->nanoseconds); in msg_timestamp_post_recv()
63 ts->nanoseconds = htonl(ts->nanoseconds); in msg_timestamp_pre_send()
Dport.c237 resp->follow_up.precise_origin_timestamp.nanoseconds = pkt->timestamp.nanosecond; in port_sync_timestamp_cb()
636 resp->delay_resp.receive_timestamp.nanoseconds = msg->timestamp.host.nanosecond; in port_delay_req_msg_process()
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
DKconfig124 Defines the neighbor propagation delay threshold in nanoseconds.
134 The value is the converted in nanoseconds as follow:
135 nanoseconds = (10^9) * 2^(value)
142 The value is the converted in nanoseconds as follow:
143 nanoseconds = (10^9) * 2^(value)
150 The value is the converted in nanoseconds as follow:
151 nanoseconds = (10^9) * 2^(value)
/Zephyr-latest/doc/kernel/timing_functions/
Dindex.rst39 to convert number of cycles to nanoseconds.
/Zephyr-latest/samples/net/sockets/txtime/
DKconfig62 the actual TXTIME given to Ethernet driver, is set in nanoseconds,
/Zephyr-latest/boards/
DKconfig79 The virtual CPU will execute one instruction every 2^N nanoseconds
/Zephyr-latest/doc/kernel/services/timing/
Dclocks.rst124 numbers of nanoseconds, microseconds, ticks and cycles, respectively.
/Zephyr-latest/doc/develop/test/
Dtwister.rst602 ``nanoseconds``:
607 regex: "(?P<metric>.*):(?P<cycles>.*) cycles, (?P<nanoseconds>.*) ns"
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst293 to nanoseconds.
294 * Fixed the calculation of average "cycles to nanoseconds" to actually
295 return nanoseconds instead of cycles.
Drelease-notes-3.1.rst138 * PWM periods are now always set in nanoseconds, so ``_nsec`` and ``_usec``
141 ``PWM_USEC()`` macros, which convert other units to nanoseconds.