Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip_Types.h1744 …boolean portTimeAwareShaperEnable; /*!< If the data for time gate scheduling talbe is configured … member
/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/include/
DNetc_EthSwt_Ip_Types.h2818 …boolean portTimeAwareShaperEnable; /*!< If the data for time gate scheduling talbe is configured … member
/hal_nxp-latest/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c6906 if ((*((*(Config)).port))[PortIndex].ePort->portTimeAwareShaperEnable == TRUE)
7109 PortTimeAwareShaperEnabled[0U] = ((*((*(Config)).port))[0U].ePort->portTimeAwareShaperEnable ||
7110 … (*((*(Config)).port))[1U].ePort->portTimeAwareShaperEnable ||
7111 … (*((*(Config)).port))[2U].ePort->portTimeAwareShaperEnable) ? TRUE : FALSE;
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c3044 if (((*Config->generalConfig).portTimeAwareShaperEnable) == TRUE) in Netc_Eth_Ip_InitTimeGateSchedulingTableEntryData()
6729 Netc_Eth_Ip_PortTimeAwareShaperEnabled = (*config->generalConfig).portTimeAwareShaperEnable;