Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ write_at_le8
Function
write_at_le8
src/commonlib/include/commonlib/endian.h:158–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
static inline void write_at_le8(void *dest, uint8_t val, size_t offset)
159
{
160
write_at_ble8(dest, val, offset);
161
}
162
163
static inline uint16_t read_le16(const void *src)
164
{
Callers
3
obuf_write_le8
Function · 0.85
write_le16
Function · 0.85
fix_member
Function · 0.85
Calls
1
write_at_ble8
Function · 0.85
Tested by
no test coverage detected