Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/BaseNXP/header/
DS32Z2_SW_PORT0.h1166 #define SW_PORT0_BPCR_SRCPRND_MASK (0x20000000U) macro
1169 … (((uint32_t)(((uint32_t)(x)) << SW_PORT0_BPCR_SRCPRND_SHIFT)) & SW_PORT0_BPCR_SRCPRND_MASK)
/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c6583 bridgePortConfig |= SW_PORT0_BPCR_SRCPRND_MASK;
8416 bridgePortConfig |= SW_PORT0_BPCR_SRCPRND_MASK;
8420 bridgePortConfig &= ~SW_PORT0_BPCR_SRCPRND_MASK;
8453 *PruningEnablePtr = ((bridgePortConfig & SW_PORT0_BPCR_SRCPRND_MASK) == 0x0UL) ? TRUE : FALSE;