Searched refs:enetClock (Results 1 – 2 of 2) sorted by relevance
507 handle->enetClock = srcClock_Hz; in ENET_SetHandler()2850 if (handle->enetClock <= ptpConfig->ptp1588ClockSrc_Hz) in ENET_Ptp1588ConfigureHandler()2854 handle->tsDelayCount = 6U * handle->enetClock; in ENET_Ptp1588ConfigureHandler()2862 handle->tsDelayCount = 6U * ((handle->enetClock + refClock - 1U) / refClock); in ENET_Ptp1588ConfigureHandler()
718 …uint32_t enetClock; /*!< The clock of enet peripheral, to caculate core cycles for PTP timestam… member