MCPcopy 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
158static inline void write_at_le8(void *dest, uint8_t val, size_t offset)
159{
160 write_at_ble8(dest, val, offset);
161}
162
163static inline uint16_t read_le16(const void *src)
164{

Callers 3

obuf_write_le8Function · 0.85
write_le16Function · 0.85
fix_memberFunction · 0.85

Calls 1

write_at_ble8Function · 0.85

Tested by

no test coverage detected