Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet/
Dfsl_enet.h1830 uint32_t tcrReg = 0; in ENET_Ptp1588SetChannelMode() local
1832 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() local
1866 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()