Files
esp-idf/examples/ethernet/ptp/components/esp_eth_time
Ondrej Kosta f8b055bd11 feat(esp_eth): added PTP EMAC PPS0 support on ESP32P4v3
feat(esp_eth): added options to configure PTP module

feat(esp_eth): removed all PTP ioctl commands and created API
2026-01-12 17:13:25 +08:00
..

ESP Ethernet Time Control Component Example

This example component provides a wrapper around management of the internal Ethernet MAC Time (Time Stamping) system which is normally accessed via esp_eth_ioctl commands. The component is offering a more intuitive API mimicking POSIX clock_settime, clock_gettime group of time functions and so making it easier to integrate with existing systems.