Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c3841 uint32 tempRegValue; local
3849 tempRegValue = netcSIsBase[CtrlIndex]->SIPMAR0;
3850 MacAddr[0U] = (uint8)(tempRegValue & 0xFFU);
3851 MacAddr[1U] = (uint8)((tempRegValue >> 8U) & 0xFFU);
3852 MacAddr[2U] = (uint8)((tempRegValue >> 16U) & 0xFFU);
3853 MacAddr[3U] = (uint8)((tempRegValue >> 24U) & 0xFFU);
3856 tempRegValue = netcSIsBase[CtrlIndex]->SIPMAR1;
3857 MacAddr[4U] = (uint8)(tempRegValue & 0xFFU);
3858 MacAddr[5U] = (uint8)((tempRegValue >> 8U) & 0xFFU);