Searched refs:tcrReg (Results 1 – 1 of 1) sorted by relevance
1830 uint32_t tcrReg = 0; in ENET_Ptp1588SetChannelMode() local1832 tcrReg = ENET_TCSR_TMODE(mode) | (intEnable ? ENET_TCSR_TIE_MASK : 0U); in ENET_Ptp1588SetChannelMode()1836 base->CHANNEL[channel].TCSR = tcrReg; in ENET_Ptp1588SetChannelMode()1864 uint32_t tcrReg; in ENET_Ptp1588SetChannelOutputPulseWidth() local1866 tcrReg = ENET_TCSR_TIE(intEnable) | ENET_TCSR_TPWC(pulseWidth); in ENET_Ptp1588SetChannelOutputPulseWidth()1870 tcrReg |= ENET_TCSR_TMODE(kENET_PtpChannelPulseLowonCompare); in ENET_Ptp1588SetChannelOutputPulseWidth()1874 tcrReg |= ENET_TCSR_TMODE(kENET_PtpChannelPulseHighonCompare); in ENET_Ptp1588SetChannelOutputPulseWidth()1879 base->CHANNEL[channel].TCSR = tcrReg; in ENET_Ptp1588SetChannelOutputPulseWidth()