Home
last modified time | relevance | path

Searched refs:NETC_SIPsiGetRxMsg (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_si.h376 status_t NETC_SIPsiGetRxMsg(ENETC_SI_Type *base, netc_vsi_number_t vsi, netc_psi_rx_msg_t *msgInfo);
Dfsl_netc_hw_si.c128 status_t NETC_SIPsiGetRxMsg(ENETC_SI_Type *base, netc_vsi_number_t vsi, netc_psi_rx_msg_t *msgInfo) in NETC_SIPsiGetRxMsg() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c2381 return NETC_SIPsiGetRxMsg(handle->hw.si, vsi, msgInfo); in EP_PsiGetRxMsg()