Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c5090 uint32 RegIMDCR1 = 0x0UL; in ConfigAndEnableEgressFramesModification() local
5115 RegIMDCR1 = NETC_F2_IMDCR1_EFM_LEN_CHANGE(NETC_ETHSWT_EFM_LEN_CHANGE_FOR_MIRRORING); in ConfigAndEnableEgressFramesModification()
5116RegIMDCR1 |= NETC_F2_IMDCR1_EFMEID(NETC_ETHSWT_EFMEID_FOR_MIRRORING); /* default frame modi… in ConfigAndEnableEgressFramesModification()
5117 IP_NETC__SW0_BASE->IMDCR1 = RegIMDCR1; in ConfigAndEnableEgressFramesModification()
5138 uint32 RegIMDCR1 = 0x0UL; in Netc_EthSwt_Ip_WriteMirrorConfiguration() local
5166RegIMDCR1 = NETC_F2_IMDCR1_EFMEID(0xFFFFU); /* set frame modification table entry ID to NUL… in Netc_EthSwt_Ip_WriteMirrorConfiguration()
5167 IP_NETC__SW0_BASE->IMDCR1 |= RegIMDCR1; in Netc_EthSwt_Ip_WriteMirrorConfiguration()