Structs§
Enums§
Functions§
- device_
by_ code - Lookup device by numeric code (u8).
- device_
by_ symbol - Lookup device by its symbol (e.g. “D”, “M”).
- device_
by_ symbol_ enum - Typed lookup by
Symbolenum. Prefer this in new code. - find_
define_ device_ toml - Return path to
define/device.tomlnext to the running executable, if present. - get_
q_ devices - get_
r_ devices - parse_
device_ and_ address - Parse a combined device string like “D100” or “W1FFF” into a
&Deviceand a numeric address (u32).