Wafer.DeviceID protocol (wafer v1.0.1)
Allows devices to generate a unique identifier.
Mainly used for InterruptRegistry
but you might find it useful too. Can be
derived in the same manner as all other Wafer
protocols.
Link to this section Summary
Link to this section Types
Specs
t() :: term()
All the types that implement this protocol.
Link to this section Functions
Link to this function
id(conn)
Specs
id(Wafer.Conn.t()) :: any()
Generate a unique identifier for conn
.