Searched refs:tsDelayCount (Results 1 – 2 of 2) sorted by relevance
2854 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()
719 uint32_t tsDelayCount; /*!< The count of core cycles for PTP timestamp capture delay.*/ member