Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_msg.c957 handle->vsiBitMapNotifyLinkSpeed |= ((uint16_t)1U << vsi); in EP_PsiHandleLinkSpeed()
961 handle->vsiBitMapNotifyLinkSpeed &= ~((uint16_t)1U << vsi); in EP_PsiHandleLinkSpeed()
986 if (handle->vsiBitMapNotifyLinkSpeed != 0U) in EP_PsiNotifyLink()
991 … base->PSI_A.PSIMSGSR = (uint32_t)handle->vsiBitMapNotifyLinkSpeed | ((uint32_t)code << 16U); in EP_PsiNotifyLink()
Dfsl_netc_endpoint.h330 …uint16_t vsiBitMapNotifyLinkSpeed; /*!< VSI bit map for link speed notify */ member