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

Function write_ble8

src/commonlib/include/commonlib/endian.h:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25static inline void write_ble8(void *dest, uint8_t val)
26{
27 *(volatile uint8_t *)dest = val;
28}
29
30static inline void write_at_ble8(void *dest, uint8_t val, size_t offset)
31{

Callers 3

write_at_ble8Function · 0.85
write_be8Function · 0.85
write_le8Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected