Home
last modified time | relevance | path

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

/Zephyr-latest/doc/connectivity/networking/api/
Dptp.rst19 Its accuracy is achieved by using hardware timestamping of the protocol packets.
52 Hardware timestamping, yes
53 Software timestamping,
Dgptp.rst33 Although the stack itself is hardware independent, Ethernet frame timestamping
/Zephyr-latest/samples/drivers/misc/timeaware_gpio/
DREADME.rst14 2. Input pulse timestamping (a pulse generator or loopback may be required)
/Zephyr-latest/samples/net/gptp/
DREADME.rst64 native_sim board as that board only supports software timestamping and
65 OpenAVNU only supports hardware timestamping. See instructions at the end
130 software timestamping.
/Zephyr-latest/samples/subsys/logging/logger/
DREADME.rst10 main features: severity levels, timestamping, module level filtering and
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/
DREADME.rst11 core which can be applied to the system tick for logging timestamping.
/Zephyr-latest/subsys/logging/
DKconfig.processing166 When enabled, real time clock is used for timestamping.
/Zephyr-latest/include/zephyr/net/
Dnet_context.h397 uint8_t timestamping; member
/Zephyr-latest/subsys/net/ip/
Dnet_context.c135 return (bool)(context->options.timestamping > 0); in net_context_is_timestamping_set()
1900 *((uint8_t *)value) = context->options.timestamping; in get_context_timestamping()
2119 if (context->options.timestamping & SOF_TIMESTAMPING_TX_HARDWARE) { in context_setup_udp_packet()
2123 if (context->options.timestamping & SOF_TIMESTAMPING_RX_HARDWARE) { in context_setup_udp_packet()
3432 return set_uint8_option(&context->options.timestamping, in set_context_timestamping()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c956 uint8_t timestamping = 0; in add_timestamping() local
958 net_context_get_option(ctx, NET_OPT_TIMESTAMPING, &timestamping, NULL); in add_timestamping()
960 if (timestamping) { in add_timestamping()
/Zephyr-latest/subsys/fs/
DKconfig.fatfs95 Enable file system timestamping instead of using a hardcoded date
/Zephyr-latest/doc/releases/
Drelease-notes-1.13.rst130 * Add generic TX timestamping support.
141 * Add hardware TX timestamping support to Atmel GMAC ethernet driver.
Drelease-notes-3.7.rst805 * Added support for RX/TX timestamping to eth_stm32_hal driver.
1375 * Added support for SO_TIMESTAMPING socket option to get timestamping information in socket
Drelease-notes-3.0.rst516 * stm32 (hal based): Added PTP L2 timestamping support
Drelease-notes-3.3.rst2716 - :github:`53343` - subsys: logging: use of timestamping during early boot may crash MMU-based syst…
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst623 It supports timestamping, which can be enabled with
/Zephyr-latest/doc/services/logging/
Dindex.rst315 or :c:macro:`k_cycle_get_32` is used for timestamping.