Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/netc_hw/
Dfsl_netc_hw_si.h417 status_t NETC_SIVsiSendMsg(ENETC_SI_Type *base, uint64_t msgAddr, uint32_t msgLen);
Dfsl_netc_hw_si.c172 status_t NETC_SIVsiSendMsg(ENETC_SI_Type *base, uint64_t msgAddr, uint32_t msgLen) in NETC_SIVsiSendMsg() function
/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c2409 return NETC_SIVsiSendMsg(handle->hw.si, msgAddr, msgLen); in EP_VsiSendMsg()