Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ write_ble8
Function
write_ble8
src/commonlib/include/commonlib/endian.h:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
static inline void write_ble8(void *dest, uint8_t val)
26
{
27
*(volatile uint8_t *)dest = val;
28
}
29
30
static inline void write_at_ble8(void *dest, uint8_t val, size_t offset)
31
{
Callers
3
write_at_ble8
Function · 0.85
write_be8
Function · 0.85
write_le8
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected