Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ write_le8
Function
write_le8
src/commonlib/include/commonlib/endian.h:153–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
static inline void write_le8(void *dest, uint8_t val)
154
{
155
write_ble8(dest, val);
156
}
157
158
static inline void write_at_le8(void *dest, uint8_t val, size_t offset)
159
{
Callers
5
ser8
Function · 0.85
nhlt_serialize_oem_overrides
Function · 0.85
fw_cfg_acpi_tables
Function · 0.85
write_le16
Function · 0.85
write_member
Function · 0.85
Calls
1
write_ble8
Function · 0.85
Tested by
no test coverage detected