Searched refs:timestamping (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ptp.rst | 19 Its accuracy is achieved by using hardware timestamping of the protocol packets. 52 Hardware timestamping, yes 53 Software timestamping,
|
D | gptp.rst | 33 Although the stack itself is hardware independent, Ethernet frame timestamping
|
/Zephyr-latest/samples/drivers/misc/timeaware_gpio/ |
D | README.rst | 14 2. Input pulse timestamping (a pulse generator or loopback may be required)
|
/Zephyr-latest/samples/net/gptp/ |
D | README.rst | 64 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/ |
D | README.rst | 10 main features: severity levels, timestamping, module level filtering and
|
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/ |
D | README.rst | 11 core which can be applied to the system tick for logging timestamping.
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.processing | 166 When enabled, real time clock is used for timestamping.
|
/Zephyr-latest/include/zephyr/net/ |
D | net_context.h | 397 uint8_t timestamping; member
|
/Zephyr-latest/subsys/net/ip/ |
D | net_context.c | 135 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/ |
D | sockets_inet.c | 956 uint8_t timestamping = 0; in add_timestamping() local 958 net_context_get_option(ctx, NET_OPT_TIMESTAMPING, ×tamping, NULL); in add_timestamping() 960 if (timestamping) { in add_timestamping()
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig.fatfs | 95 Enable file system timestamping instead of using a hardcoded date
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.13.rst | 130 * Add generic TX timestamping support. 141 * Add hardware TX timestamping support to Atmel GMAC ethernet driver.
|
D | release-notes-3.7.rst | 805 * 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
|
D | release-notes-3.0.rst | 516 * stm32 (hal based): Added PTP L2 timestamping support
|
D | release-notes-3.3.rst | 2716 - :github:`53343` - subsys: logging: use of timestamping during early boot may crash MMU-based syst…
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 623 It supports timestamping, which can be enabled with
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 315 or :c:macro:`k_cycle_get_32` is used for timestamping.
|