Expand description
Helper functions and macros.
These are various utility functions and macros that are useful throughout the Tock kernel and are provided here for convenience.
The macros are exported through the top level of the kernel
crate.
Functionsยง
- crc32_
posix - Compute a POSIX-style CRC32 checksum of a slice.