Home
last modified time | relevance | path

Searched refs:tsDelayCount (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet/
Dfsl_enet.c2854 handle->tsDelayCount = 6U * handle->enetClock; in ENET_Ptp1588ConfigureHandler()
2862 handle->tsDelayCount = 6U * ((handle->enetClock + refClock - 1U) / refClock); in ENET_Ptp1588ConfigureHandler()
2942 uint32_t count = (handle->tsDelayCount + 3U - 1U) / 3U; in ENET_Ptp1588GetTimerNoIrqDisable()
Dfsl_enet.h719 uint32_t tsDelayCount; /*!< The count of core cycles for PTP timestamp capture delay.*/ member