Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/netc/
Dfsl_netc_endpoint.c23 #define NETC_DcacheInvalidateByRange(address, sizeByte) macro
26 #define NETC_DcacheInvalidateByRange(address, sizeByte) DCACHE_InvalidateByRange(address, sizeByte) macro
1247 NETC_DcacheInvalidateByRange((uintptr_t)rxDmaBuff, rxBdRing->buffSize); in EP_ReceiveFrameCopyCommon()
1348 NETC_DcacheInvalidateByRange((uintptr_t)rxDmaBuff, rxBdRing->buffSize); in EP_ReceiveFrameCommon()