Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8e95e47 authored by Martin Geisler's avatar Martin Geisler Committed by Gerrit Code Review
Browse files

Merge "PDL: fix “fractional bit” -> “fractional byte”"

parents 4a41b7bc 199ed5a8
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -54,10 +54,11 @@ packet Brew {
}
```

The endianess affects how fields of fractional bit-size (hence named bit-fields) are parsed or
serialized. Such fields are grouped together to the next byte boundary, least
significant bit first, and then byte-swapped to the required endianess before
being written to memory, or after being read from memory.
The endianess affects how fields of fractional byte sizes (hence named
bit-fields) are parsed or serialized. Such fields are grouped together to the
next byte boundary, least significant bit first, and then byte-swapped to the
required endianess before being written to memory, or after being read from
memory.

```
packet Coffee {