Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c1094 uint32 rrBit; in Netc_Eth_Ip_SendCommand() local
1157rrBit = ((statusField & (NETC_ETH_IP_CMDBD_RSPFMT_STATUS_FIELD_RR_MASK)) >> (NETC_ETH_IP_CMDBD_RSP… in Netc_Eth_Ip_SendCommand()
1159 …} while ((rrBit != 0x1U) && (FALSE == TimeExpired)); /* wait the hardware consume the comma… in Netc_Eth_Ip_SendCommand()
/hal_nxp-3.6.0/s32/drivers/s32ze/EthSwt_NETC/src/
DNetc_EthSwt_Ip.c4732 uint32 rrBit; local
4801rrBit = ((statusField & (NETC_ETHSWT_IP_CMDBD_RSPFMT_STATUS_FIELD_RR_MASK)) >> (NETC_ETHSWT_IP_CMD…
4803 …} while ((rrBit != 0x1U) && (FALSE == TimeExpired)); /* wait the hardware consume the comma…