Crate rpk_common

Crate rpk_common 

Source
Expand description

Common functions and values shared between rpk-config and rpk-firmware crates.

Modules§

globals
keycodes
math
mouse
usb_vendor_message

Constants§

PROTOCOL_VERSION
The protocol version of a keyboard configuration object.

Functions§

f32_from_u16
This function takes two 16-bit unsigned integers, n1 and n2, and combines them into a 32-bit floating-point number. The bytes of n1 and n2 are interleaved and interpreted as a little-endian 32-bit floating-point number.