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

Function nn_writeb

dpdk/drivers/common/nfp/nfp_common.h:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50static inline void
51nn_writeb(uint8_t val,
52 volatile void *addr)
53{
54 rte_write8(val, addr);
55}
56
57static inline uint32_t
58nn_readl(volatile const void *addr)

Callers 1

nn_cfg_writebFunction · 0.85

Calls 1

rte_write8Function · 0.50

Tested by

no test coverage detected