Module device

Module device 

Source

Structs§

Device
DeviceCode

Enums§

DeviceType
NumberBase
Symbol

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 Symbol enum. Prefer this in new code.
find_define_device_toml
Return path to define/device.toml next 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 &Device and a numeric address (u32).