MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_write32_wc

Function rte_write32_wc

dpdk/lib/eal/arm/include/rte_io_64.h:168–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168__rte_experimental
169static __rte_always_inline void
170rte_write32_wc(uint32_t value, volatile void *addr)
171{
172 rte_write32(value, addr);
173}
174
175__rte_experimental
176static __rte_always_inline void

Callers

nothing calls this directly

Calls 1

rte_write32Function · 0.70

Tested by

no test coverage detected