Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/include/
DNetc_EthSwt_Ip_Types.h740 #define NETC_ETHSWT_IP_SGCLTABLE_CFGE_IPV_SHIFT (24U) macro
742 …GE_IPV(x) (((uint32)(((uint32)(x)) << NETC_ETHSWT_IP_SGCLTABLE_CFGE_IPV_SHIFT))…
/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c857 …((ConfigBits & NETC_ETHSWT_IP_SGCLTABLE_CFGE_IPV_MASK) >> NETC_ETHSWT_IP_SGCLTABLE_CFGE_IPV_SHIFT); in Netc_EthSwt_Ip_QueryStreamGateControlListTableEntry_FoundAMatchedEntry()