Searched refs:corrPeriod (Results 1 – 2 of 2) sorted by relevance
1815 void ENET_Ptp1588AdjustTimer(ENET_Type *base, uint32_t corrIncrease, uint32_t corrPeriod);
3023 void ENET_Ptp1588AdjustTimer(ENET_Type *base, uint32_t corrIncrease, uint32_t corrPeriod) in ENET_Ptp1588AdjustTimer() argument3028 base->ATCOR = (base->ATCOR & ~ENET_ATCOR_COR_MASK) | (corrPeriod << ENET_ATCOR_COR_SHIFT); in ENET_Ptp1588AdjustTimer()