Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c451 config->txPrioToTC[i] = i; in EP_GetDefaultConfig()
576 handle->hw.base->PRIO2TCMR0 = NETC_ENETC_PRIO2TCMR0_PRIO7TC(config->txPrioToTC[7]) | in EP_Init()
577 NETC_ENETC_PRIO2TCMR0_PRIO6TC(config->txPrioToTC[6]) | in EP_Init()
578 NETC_ENETC_PRIO2TCMR0_PRIO5TC(config->txPrioToTC[5]) | in EP_Init()
579 NETC_ENETC_PRIO2TCMR0_PRIO4TC(config->txPrioToTC[4]) | in EP_Init()
580 NETC_ENETC_PRIO2TCMR0_PRIO3TC(config->txPrioToTC[3]) | in EP_Init()
581 NETC_ENETC_PRIO2TCMR0_PRIO2TC(config->txPrioToTC[2]) | in EP_Init()
582 NETC_ENETC_PRIO2TCMR0_PRIO1TC(config->txPrioToTC[1]) | in EP_Init()
583 NETC_ENETC_PRIO2TCMR0_PRIO0TC(config->txPrioToTC[0]); in EP_Init()
Dfsl_netc_endpoint.h257 …uint8_t txPrioToTC[8]; /*!< Tx BD ring priority to Tx traffic class queue index mapping, range in … member