Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_si.h344 status_t NETC_SIPsiSendMsg(ENETC_SI_Type *base, uint16_t msg, netc_vsi_number_t vsi);
Dfsl_netc_hw_si.c92 status_t NETC_SIPsiSendMsg(ENETC_SI_Type *base, uint16_t msg, netc_vsi_number_t vsi) in NETC_SIPsiSendMsg() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c2360 return NETC_SIPsiSendMsg(handle->hw.si, msg, vsi); in EP_PsiSendMsg()