Searched refs:corrIncrease (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() argument3026 …base->ATINC = (base->ATINC & ~ENET_ATINC_INC_CORR_MASK) | (corrIncrease << ENET_ATINC_INC_CORR_SHI… in ENET_Ptp1588AdjustTimer()