Home
last modified time | relevance | path

Searched refs:eth_clock_gettime (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth_native_posix_priv.h17 int eth_clock_gettime(uint64_t *second, uint32_t *nanosecond);
Deth_native_posix_adapt.c119 int eth_clock_gettime(uint64_t *second, uint32_t *nanosecond) in eth_clock_gettime() function
Deth_native_posix.c145 ret = eth_clock_gettime(&timestamp.second, &timestamp.nanosecond); in update_gptp()
534 return eth_clock_gettime(&tm->second, &tm->nanosecond); in ptp_clock_get_native_posix()