Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c6625 uint32 tempRegValue; local
6633 tempRegValue = netcSIsBase[CtrlIndex]->SIPMAR0;
6634 MacAddr[0U] = (uint8)(tempRegValue & 0xFFU);
6635 MacAddr[1U] = (uint8)((tempRegValue >> 8U) & 0xFFU);
6636 MacAddr[2U] = (uint8)((tempRegValue >> 16U) & 0xFFU);
6637 MacAddr[3U] = (uint8)((tempRegValue >> 24U) & 0xFFU);
6640 tempRegValue = netcSIsBase[CtrlIndex]->SIPMAR1;
6641 MacAddr[4U] = (uint8)(tempRegValue & 0xFFU);
6642 MacAddr[5U] = (uint8)((tempRegValue >> 8U) & 0xFFU);