Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.h277 uint8_t cmdBdEntryIdx; /*!< MSIX entry index of command BD ring interrupt. */ member
Dfsl_netc_endpoint.c345 …if (MAX(MAX(config->siComEntryIdx, config->timerSyncEntryIdx), config->cmdBdEntryIdx) >= config->e… in EP_MSIXSetEntryTable()
375 handle->hw.si->SICMSIVR = (uint32_t)config->cmdBdEntryIdx & ENETC_SI_SICMSIVR_VECTOR_MASK; in EP_MSIXSetEntryTable()