Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c1080 …TempTxDescr->extendBuffConfig = (NETC_ETH_IP_TXBD_FINAL_MASK & (~NETC_ETH_IP_TXBD_WRITEBACK_MASK)); in Netc_Eth_Ip_InitTxBD()
6015 … txTmpBDR->extendBuffConfig |= (NETC_ETH_IP_TXBD_FINAL_MASK & (~NETC_ETH_IP_TXBD_WRITEBACK_MASK));
6300 txBD->extendBuffConfig = 0U;
6310 txBD->extendBuffConfig = NETC_ETH_IP_TXBD_FINAL_MASK;
6421 txBD->extendBuffConfig = NETC_ETH_IP_TXBD_FINAL_MASK;
6474 …txBD->extendBuffConfig |= (((uint32)options->ExtensionFlags) << NETC_ETH_IP_E_FLAGS_SHIFT) & NETC_…
7127 …txBD->extendBuffConfig |= (((uint32)options->ExtensionFlags) << NETC_ETH_IP_E_FLAGS_SHIFT) & NETC_…
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/include/
DNetc_Eth_Ip_Types.h1229 uint32 extendBuffConfig; /*!< Buffer descriptor configuration for an extended descriptor. */ member