Expand description
Common functions and values shared between rpk-config and
rpk-firmware crates.
Modules§
Constants§
- PROTOCOL_
VERSION - The protocol version of a keyboard configuration object.
Functions§
- f32_
from_ u16 - This function takes two 16-bit unsigned integers,
n1andn2, and combines them into a 32-bit floating-point number. The bytes ofn1andn2are interleaved and interpreted as a little-endian 32-bit floating-point number.