Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c4706 Netc_Eth_Ip_ErrorStatus[u8Iterator].StatusErrors = 0U;
4713 Netc_Eth_Ip_ErrorStatus[u8Iterator].StatusErrors = 0U;
5576 Netc_Eth_Ip_ErrorStatus[index].StatusErrors = 0u;
5592 Netc_Eth_Ip_ErrorStatus[index].StatusErrors = NETC_ETH_IP_FATAL_ERROR;
5596 Netc_Eth_Ip_ErrorStatus[index].StatusErrors = NETC_ETH_IP_NON_FATAL_ERROR;
5611 Netc_Eth_Ip_ErrorStatus[index].StatusErrors |= NETC_ETH_IP_CORRECTABLE_ERROR;
5629 Netc_Eth_Ip_ErrorStatus[index].StatusErrors = 0u;
5647 Netc_Eth_Ip_ErrorStatus[index].StatusErrors = NETC_ETH_IP_FATAL_ERROR;
5654 Netc_Eth_Ip_ErrorStatus[index].StatusErrors |= NETC_ETH_IP_NON_FATAL_ERROR;
5668 Netc_Eth_Ip_ErrorStatus[index].StatusErrors |= NETC_ETH_IP_CORRECTABLE_ERROR;
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip_Types.h1625 uint8 StatusErrors; member