MCPcopy Create free account
hub / github.com/coreboot/coreboot / write_be8

Function write_be8

src/commonlib/include/commonlib/endian.h:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49static inline void write_be8(void *dest, uint8_t val)
50{
51 write_ble8(dest, val);
52}
53
54static inline void write_at_be8(void *dest, uint8_t val, size_t offset)
55{

Callers 1

write_be16Function · 0.85

Calls 1

write_ble8Function · 0.85

Tested by

no test coverage detected