Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
static inline void
51
nn_writeb(uint8_t val,
52
volatile void *addr)
53
{
54
rte_write8(val, addr);
55
}
56
57
static inline uint32_t
58
nn_readl(volatile const void *addr)
Callers
1
nn_cfg_writeb
Function · 0.85
Calls
1
rte_write8
Function · 0.50
Tested by
no test coverage detected