MCPcopy 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
153static inline void write_le8(void *dest, uint8_t val)
154{
155 write_ble8(dest, val);
156}
157
158static inline void write_at_le8(void *dest, uint8_t val, size_t offset)
159{

Callers 5

ser8Function · 0.85
fw_cfg_acpi_tablesFunction · 0.85
write_le16Function · 0.85
write_memberFunction · 0.85

Calls 1

write_ble8Function · 0.85

Tested by

no test coverage detected