Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/soc/s32z270/include/
DNetc_Eth_Ip_Cfg_Defines.h163 #define NETC_ETH_IP_RXBD_SRC_PORT_MASK (0x0000001FUL) macro
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c6890 …] = NETC_ETH_IP_RX_CUSTOM_TAG_SRCPORT((rxBDR->configRxBD[1U] & NETC_ETH_IP_RXBD_SRC_PORT_MASK)) | \
7449 …Index][ring][rxIndex].SourcePort = (uint8)(rxBDR->configRxBD[1U] & NETC_ETH_IP_RXBD_SRC_PORT_MASK);