Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.h176 kEP_RX_VLAN_VALID = 0x1 << 1U, /*!< Specifiy frame departure time. */ enumerator
Dfsl_netc_endpoint.c1151 if ((rxDesc->writeback.flags & (uint8_t)kEP_RX_VLAN_VALID) != 0U) in EP_GetRxFrameAttribute()