Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet/
Dfsl_enet.c507 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()
Dfsl_enet.h718 …uint32_t enetClock; /*!< The clock of enet peripheral, to caculate core cycles for PTP timestam… member